summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index 26530a1..7a51a3b 100644
--- a/src/world.c
+++ b/src/world.c
@@ -460,7 +460,7 @@ lilv_world_load_dyn_manifest(LilvWorld* world,
}
LilvDynManifest* desc = malloc(sizeof(LilvDynManifest));
- desc->uri = lilv_node_new_from_node(world, dmanifest);
+ desc->bundle = lilv_node_new_from_node(world, bundle_node);
desc->lib = lib;
desc->handle = handle;
desc->refs = 0;