[project @ 2006-03-14 15:01:57 by dsilvers]

Urgh, unconditional variables made my brain hurt

svn path=/import/netsurf/; revision=2129
This commit is contained in:
Daniel Silverstone 2006-03-14 15:01:57 +00:00
parent d8b38299e9
commit 7ddb6b6f19

View File

@ -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) {