From c5ef4d1fda2fc40d9fc192689a0c725dc6402104 Mon Sep 17 00:00:00 2001 From: Nick Lanham Date: Sun, 25 Mar 2012 20:52:47 +0200 Subject: [PATCH] actually set get_state uri (fix copy/paste bug) --- drmr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drmr.h b/drmr.h index ee9a816..467f758 100644 --- a/drmr.h +++ b/drmr.h @@ -201,7 +201,7 @@ void map_drmr_uris(LV2_URID_Map *map, uris->kit_path = map->map(map->handle, DRMR_URI "#kitpath"); - uris->kit_path = + uris->get_state = map->map(map->handle, DRMR_URI "#getstate"); uris->atom_eventTransfer =