Win32 build fix

This commit is contained in:
Ilia Alshanetsky 2011-01-19 13:09:05 +00:00
parent 068a78014f
commit e0c1332537

View File

@ -989,8 +989,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 == '[') {