]> granicus.if.org Git - php/commitdiff
Fix build
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 3 Jul 2003 15:26:12 +0000 (15:26 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 3 Jul 2003 15:26:12 +0000 (15:26 +0000)
main/rfc1867.c

index 6afab9c611d1eba336534b8d3f67672ccace831d..12ba613c2cebd6e2495de5c9e66b90f4e3225165 100644 (file)
@@ -700,7 +700,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
        int max_file_size=0, skip_upload=0, anonindex=0, is_anonymous;
        zval *http_post_files=NULL;
 #if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING)
-       int str_len=0
+       int str_len = 0;
 #endif
        zend_bool magic_quotes_gpc;
        multipart_buffer *mbuff;