From 53c28210b9e81ba33fddce89b2d61fb7c99445dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 20 Feb 2021 13:17:03 -0500 Subject: Rename SerdURI to SerdURIView --- src/serdi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/serdi.c') diff --git a/src/serdi.c b/src/serdi.c index cb5bbfa0..0ec6366f 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -316,8 +316,8 @@ main(int argc, char** argv) const SerdStyle output_style = choose_style( input_syntax, output_syntax, ascii, bulk_write, full_uris, lax); - SerdURI base_uri = SERD_URI_NULL; - SerdNode base = SERD_NODE_NULL; + SerdURIView base_uri = SERD_URI_NULL; + SerdNode base = SERD_NODE_NULL; if (a < argc) { // Base URI given on command line base = serd_node_new_uri_from_string((const char*)argv[a], NULL, &base_uri); } else if (from_file && in_fd != stdin) { // Use input file URI -- cgit v1.2.1