Skip to content

Commit f978f11

Browse files
committed
ws
1 parent da04b2e commit f978f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/rfc1867.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
677677
char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL;
678678
char *temp_filename = NULL, *lbuf = NULL, *abuf = NULL;
679679
int boundary_len = 0, cancel_upload = 0, is_arr_upload = 0, array_len = 0;
680-
off_t total_bytes = 0, max_file_size = 0;
680+
off_t total_bytes = 0, max_file_size = 0;
681681
int skip_upload = 0, anonindex = 0, is_anonymous;
682682
zval *http_post_files = NULL;
683683
HashTable *uploaded_files = NULL;

0 commit comments

Comments
 (0)