diff options
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c index 1811d6f..8190c34 100644 --- a/src/world.c +++ b/src/world.c @@ -626,7 +626,7 @@ lilv_world_load_specifications(LilvWorld* world) for (LilvSpec* spec = world->specs; spec; spec = spec->next) { LILV_FOREACH(nodes, f, spec->data_uris) { LilvNode* file = (LilvNode*)lilv_collection_get(spec->data_uris, f); - + const SerdNode* node = sord_node_to_serd_node(file->val.uri_val); SerdEnv* env = serd_env_new(node); SerdReader* reader = sord_new_reader(world->model, env, |