From 7ddb6b6f19f465a232535fdd1fa5c3b0473946f5 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 14 Mar 2006 15:01:57 +0000 Subject: [project @ 2006-03-14 15:01:57 by dsilvers] Urgh, unconditional variables made my brain hurt svn path=/import/netsurf/; revision=2129 --- content/fetch.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content') diff --git a/content/fetch.c b/content/fetch.c index 5bc9213fc..4ba322067 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -1301,6 +1301,10 @@ struct curl_httppost *fetch_post_convert(struct form_successful_control *control struct curl_httppost *post = 0, *last = 0; char *mimetype = 0; char *leafname = 0; +#ifdef riscos + char *temp; + int leaflen; +#endif for (; control; control = control->next) { if (control->file) { -- cgit v1.2.3