diff options
Diffstat (limited to 'src/state.c')
-rw-r--r-- | src/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index 7a8abc0..4781405 100644 --- a/src/state.c +++ b/src/state.c @@ -588,7 +588,7 @@ new_state_from_model(LilvWorld* world, prop.value = malloc(atom->size); memcpy(prop.value, LV2_ATOM_BODY_CONST(atom), atom->size); if (atom->type == forge.Path) { - prop.flags = LV2_STATE_IS_PORTABLE; + prop.flags = LV2_STATE_IS_POD; } if (prop.value) { |