From 8cb321ec78908552cfc1329da3d6efaeac1e8423 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 2 May 2004 00:21:41 +0000 Subject: [project @ 2004-05-02 00:21:40 by jmb] Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813 --- content/fetchcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchcache.c') diff --git a/content/fetchcache.c b/content/fetchcache.c index 23f8fc19a..f6fcb01f8 100644 --- a/content/fetchcache.c +++ b/content/fetchcache.c @@ -160,7 +160,7 @@ void fetchcache_callback(fetch_msg msg, void *p, char *data, unsigned long size) mime_type = fetchcache_parse_type(data, ¶ms); type = content_lookup(mime_type); LOG(("FETCH_TYPE, type %u", type)); - content_set_type(c, type, mime_type, params); + content_set_type(c, type, mime_type, (const char**)params); free(mime_type); for (i = 0; params[i]; i++) free(params[i]); -- cgit v1.2.3