summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2003-12-07 14:47:35 +0000
committerDerick Rethans <derick@php.net>2003-12-07 14:47:35 +0000
commit8eb22d7b8d88e4897c7c469d6fb82ef58197cc21 (patch)
tree59a5f1364f0b7681b9a6694c9e1cc98943100363
parent71f9227cc5dc3907406742c3f09c744104b883cf (diff)
downloadphp-git-8eb22d7b8d88e4897c7c469d6fb82ef58197cc21.tar.gz
- Add comment, I put this ina week ago and it already confused me :)
-rw-r--r--main/rfc1867.c2
1 files changed, 1 insertions, 1 deletions
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("");