From 355799ce0bbb078237dfc1ae9874bbc5342acbc4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 17 Dec 2009 23:55:02 +0000 Subject: Merge branches/MarkieB/gtkmain to trunk. svn path=/trunk/netsurf/; revision=9729 --- content/fetch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index a1417fee9..4fdeffb3d 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -601,11 +601,11 @@ bool fetch_get_verifiable(struct fetch *fetch) void fetch_send_callback(fetch_msg msg, struct fetch *fetch, const void *data, - unsigned long size) + unsigned long size, fetch_error_code errorcode) { /*LOG(("Fetcher sending callback. Fetch %p, fetcher %p data %p size %lu", fetch, fetch->fetcher_handle, data, size)); */ - fetch->callback(msg, fetch->p, data, size); + fetch->callback(msg, fetch->p, data, size, errorcode); } -- cgit v1.2.3