summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-13 22:31:11 +0000
committerDavid Robillard <d@drobilla.net>2012-01-13 22:31:11 +0000
commit1b9ec3c3973a7df3946c43bb9b404f1e1e770354 (patch)
tree0ad13480364ac814e5e126350d562b49fd9f8b22 /src/world.c
parentc8869f185ca28c5badfae3a2ce350d7a22d1e9d3 (diff)
downloadlilv-1b9ec3c3973a7df3946c43bb9b404f1e1e770354.tar.gz
lilv-1b9ec3c3973a7df3946c43bb9b404f1e1e770354.tar.bz2
lilv-1b9ec3c3973a7df3946c43bb9b404f1e1e770354.zip
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
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c4
1 files changed, 2 insertions, 2 deletions
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);