From: Derick Rethans Date: Sun, 7 Dec 2003 14:47:35 +0000 (+0000) Subject: - Add comment, I put this ina week ago and it already confused me :) X-Git-Tag: php-5.0.0b3RC1~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eb22d7b8d88e4897c7c469d6fb82ef58197cc21;p=php - Add comment, I put this ina week ago and it already confused me :) --- diff --git a/main/rfc1867.c b/main/rfc1867.c index 1cfb8864c5..0ead28027b 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -881,7 +881,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) if (!filename && param) { char *value = multipart_buffer_read_body(mbuff TSRMLS_CC); - unsigned int new_val_len; + unsigned int new_val_len; /* Dummy variable */ if (!value) { value = estrdup("");