mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-17 06:54:42 +03:00
[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:
parent
d8b38299e9
commit
7ddb6b6f19
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user