Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50d3650

Browse files
author
foobar
committedJul 3, 2003
Cut the long line a bit for readability..
1 parent a96aa89 commit 50d3650

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎main/rfc1867.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,9 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
696696
{
697697
char *boundary, *s=NULL, *boundary_end = NULL, *start_arr=NULL, *array_index=NULL;
698698
char *temp_filename=NULL, *lbuf=NULL, *abuf=NULL;
699-
int boundary_len=0, total_bytes=0, cancel_upload=0, is_arr_upload=0, array_len=0, max_file_size=0, skip_upload=0, anonindex=0, is_anonymous; zval *http_post_files=NULL;
699+
int boundary_len=0, total_bytes=0, cancel_upload=0, is_arr_upload=0, array_len=0;
700+
int max_file_size=0, skip_upload=0, anonindex=0, is_anonymous;
701+
zval *http_post_files=NULL;
700702
#if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING)
701703
int str_len=0
702704
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.