From f7ae7079c90d39973edef3f58903784e496fcc87 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 24 Oct 2014 02:34:16 +0100 Subject: [PATCH] Fix typos leading to state not being saved --- drmr.c | 2 +- drmr.ttl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drmr.c b/drmr.c index 923a3be..1cc4159 100644 --- a/drmr.c +++ b/drmr.c @@ -543,7 +543,7 @@ restore_state(LV2_Handle instance, static const void* extension_data(const char* uri) { static const LV2_State_Interface state_iface = { save_state, restore_state }; - if (!strcmp(uri, LV2_STATE_URI "#Interface")) return &state_iface; + if (!strcmp(uri, LV2_STATE__interface)) return &state_iface; return NULL; } diff --git a/drmr.ttl b/drmr.ttl index 8479635..f171a5b 100644 --- a/drmr.ttl +++ b/drmr.ttl @@ -19,7 +19,7 @@ doap:license ; lv2:requiredFeature urid:map ; ui:ui ; - lv2:extensionData ; + lv2:extensionData ; lv2:port [ a lv2:InputPort , atom:AtomPort; atom:bufferType atom:Sequence ;