From: Ilia Alshanetsky Date: Wed, 19 Jan 2011 13:09:05 +0000 (+0000) Subject: Win32 build fix X-Git-Tag: php-5.4.0alpha1~191^2~352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86550a9fed27d1202bc578d0482195935615255a;p=php Win32 build fix --- diff --git a/main/rfc1867.c b/main/rfc1867.c index af28ebb5c4..e77f07c327 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -945,8 +945,8 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */ /* New Rule: never repair potential malicious user input */ if (!skip_upload) { - tmp = param; long c = 0; + tmp = param; while (*tmp) { if (*tmp == '[') {