diff options
Diffstat (limited to 'ext/persist.lv2')
-rw-r--r-- | ext/persist.lv2/persist.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/persist.lv2/persist.ttl b/ext/persist.lv2/persist.ttl index 1c02cc2..697b931 100644 --- a/ext/persist.lv2/persist.ttl +++ b/ext/persist.lv2/persist.ttl @@ -147,7 +147,7 @@ int store_callback(void* callback_data, uint32_t type, uint32_t flags) { - if ((flags & LV2_PERSIST_IS_POD)) { + if ((flags & LV2_PERSIST_IS_POD)) { /* Keeping state in memory only, if disk was involved then LV2_PERSIST_IS_PORTABLE would have to be checked as well. */ |