summaryrefslogtreecommitdiff
path: root/riscos/uri.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-12-09 19:09:56 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-12-09 19:09:56 +0000
commit441b364600c8ec4f1fc2e8afacada78b2e352421 (patch)
tree369ceeb26e8e573f788db435036c9ec4c91cde1e /riscos/uri.c
parentbd652a750a60fa7a6d4d2d5e3deff97eda07b135 (diff)
downloadnetsurf-441b364600c8ec4f1fc2e8afacada78b2e352421.tar.gz
netsurf-441b364600c8ec4f1fc2e8afacada78b2e352421.tar.bz2
[project @ 2004-12-09 19:09:56 by rjw]
Lose xcalloc(). svn path=/import/netsurf/; revision=1397
Diffstat (limited to 'riscos/uri.c')
-rw-r--r--riscos/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/uri.c b/riscos/uri.c
index 035fa59f2..04edc208f 100644
--- a/riscos/uri.c
+++ b/riscos/uri.c
@@ -48,7 +48,7 @@ void ro_uri_message_received(uri_full_message_process* uri_message)
uri_message->sender);
xuri_request_uri(0, 0, 0, uri_handle, &uri_length);
- uri_requested = xcalloc((unsigned int)uri_length, sizeof(char));
+ uri_requested = calloc((unsigned int)uri_length, sizeof(char));
if (uri_requested == NULL)
return;