summaryrefslogtreecommitdiff
path: root/src/raptor_www_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/raptor_www_test.c')
-rw-r--r--src/raptor_www_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_www_test.c b/src/raptor_www_test.c
index 08833723..060626fe 100644
--- a/src/raptor_www_test.c
+++ b/src/raptor_www_test.c
@@ -76,7 +76,7 @@ int main (int argc, char *argv[])
www = raptor_new_www(world);
raptor_www_set_content_type_handler(www, write_content_type, (void*)stderr);
- raptor_www_set_user_agent(www, user_agent);
+ raptor_www_set_user_agent2(www, user_agent, 0);
/* start retrieval (always a GET) */