diff options
Diffstat (limited to 'src/sordi.c')
-rw-r--r-- | src/sordi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sordi.c b/src/sordi.c index 8ddbfb4..46e6273 100644 --- a/src/sordi.c +++ b/src/sordi.c @@ -149,7 +149,7 @@ main(int argc, char** argv) base = serd_node_new_uri_from_string( (const uint8_t*)argv[a], NULL, &base_uri); } else if (from_file && in_fd != stdin) { // Use input file URI - base = serd_node_new_file_uri(input, NULL, &base_uri, false); + base = serd_node_new_file_uri(input, NULL, &base_uri, true); } SordWorld* world = sord_world_new(); |