From ce0d5294d5898b6100269bd39d38c0884d5fd4b4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 27 Dec 2003 20:15:23 +0000 Subject: [project @ 2003-12-27 20:15:22 by bursa] Use charset from Content-Type header. svn path=/import/netsurf/; revision=460 --- content/other.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/other.c') diff --git a/content/other.c b/content/other.c index a974bd8ed..a4ef7bec7 100644 --- a/content/other.c +++ b/content/other.c @@ -17,7 +17,7 @@ #include "netsurf/utils/utils.h" -void other_create(struct content *c) +void other_create(struct content *c, char *params[]) { c->data.other.data = xcalloc(0, 1); c->data.other.length = 0; -- cgit v1.2.3