summaryrefslogtreecommitdiff
path: root/src/raptor_www.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/raptor_www.c')
-rw-r--r--src/raptor_www.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_www.c b/src/raptor_www.c
index e87cc2c3..132dd108 100644
--- a/src/raptor_www.c
+++ b/src/raptor_www.c
@@ -636,7 +636,7 @@ raptor_www_fetch(raptor_www *www, raptor_uri *uri)
{
int status = 1;
- www->uri = raptor_new_uri_for_retrieval_v2(www->world, uri);
+ www->uri = raptor_new_uri_for_retrieval(www->world, uri);
www->locator.uri = uri;
www->locator.line= -1;