summaryrefslogtreecommitdiff
path: root/content/fetchcache.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-05-02 00:21:41 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-05-02 00:21:41 +0000
commit8cb321ec78908552cfc1329da3d6efaeac1e8423 (patch)
tree1e386700b410a648c5e1b71cb54c865843b45718 /content/fetchcache.c
parent8d57502f04441fff8678e5187e6955f75bf429b5 (diff)
downloadnetsurf-8cb321ec78908552cfc1329da3d6efaeac1e8423.tar.gz
netsurf-8cb321ec78908552cfc1329da3d6efaeac1e8423.tar.bz2
[project @ 2004-05-02 00:21:40 by jmb]
Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
Diffstat (limited to 'content/fetchcache.c')
-rw-r--r--content/fetchcache.c2
1 files changed, 1 insertions, 1 deletions
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, &params);
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]);