From 1b9ec3c3973a7df3946c43bb9b404f1e1e770354 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 Jan 2012 22:31:11 +0000 Subject: Fix compilation with --dyn-manifest (fix #803). Patch from Stefano D'Angelo. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3938 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/world.c') diff --git a/src/world.c b/src/world.c index 6d223cb..4909dac 100644 --- a/src/world.c +++ b/src/world.c @@ -383,7 +383,7 @@ lilv_world_load_dyn_manifest(LilvWorld* world, world, world->model, NULL, world->uris.rdf_a, - world->uris.dyn_manifest, + world->uris.dman_DynManifest, bundle_node); FOREACH_MATCH(dmanifests) { const SordNode* dmanifest = lilv_match_subject(dmanifests); @@ -470,7 +470,7 @@ lilv_world_load_dyn_manifest(LilvWorld* world, world, world->model, NULL, world->uris.rdf_a, - world->uris.lv2_plugin, + world->uris.lv2_Plugin, bundle_node); FOREACH_MATCH(plug_results) { const SordNode* plugin_node = lilv_match_subject(plug_results); -- cgit v1.2.1