Skip to content

Commit

Permalink
Cut the long line a bit for readability..
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Jul 3, 2003
1 parent a96aa89 commit 50d3650
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main/rfc1867.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -696,7 +696,9 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
{ {
char *boundary, *s=NULL, *boundary_end = NULL, *start_arr=NULL, *array_index=NULL; char *boundary, *s=NULL, *boundary_end = NULL, *start_arr=NULL, *array_index=NULL;
char *temp_filename=NULL, *lbuf=NULL, *abuf=NULL; char *temp_filename=NULL, *lbuf=NULL, *abuf=NULL;
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; int boundary_len=0, total_bytes=0, cancel_upload=0, is_arr_upload=0, array_len=0;
int max_file_size=0, skip_upload=0, anonindex=0, is_anonymous;
zval *http_post_files=NULL;
#if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING) #if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING)
int str_len=0 int str_len=0
#endif #endif
Expand Down

0 comments on commit 50d3650

Please sign in to comment.