summaryrefslogtreecommitdiff
path: root/src/raptor_abbrev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/raptor_abbrev.c')
-rw-r--r--src/raptor_abbrev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_abbrev.c b/src/raptor_abbrev.c
index 5fac688b..07087107 100644
--- a/src/raptor_abbrev.c
+++ b/src/raptor_abbrev.c
@@ -774,7 +774,7 @@ raptor_new_qname_from_resource(raptor_sequence* namespaces,
return NULL;
c=*name; *name='\0';
- ns_uri = raptor_new_uri_v2(node->world, uri_string);
+ ns_uri = raptor_new_uri(node->world, uri_string);
if(!ns_uri)
return NULL;