diff options
Diffstat (limited to 'src/serdi.c')
-rw-r--r-- | src/serdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serdi.c b/src/serdi.c index 5e64e709..14eb04c5 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -198,7 +198,7 @@ main(int argc, char** argv) if (a < argc) { // Base URI given on command line base = serd_new_uri(argv[a]); } else if (!from_string && !from_stdin) { // Use input file URI - base = serd_new_file_uri(input, NULL, true); + base = serd_new_file_uri(input, NULL); } FILE* out_fd = stdout; |