Loading src/tool_formparse.c +2 −3 Original line number Original line Diff line number Diff line Loading @@ -347,12 +347,11 @@ CURLcode tool2curlmime(CURL *curl, tool_mime *m, curl_mime **mime) static char *get_param_word(char **str, char **end_pos, char endchar) static char *get_param_word(char **str, char **end_pos, char endchar) { { char *ptr = *str; char *ptr = *str; char *word_begin = NULL; /* the first non-space char is here */ char *word_begin = ptr; char *ptr2; char *ptr2; char *escape = NULL; char *escape = NULL; /* the first non-space char is here */ word_begin = ptr; if(*ptr == '"') { if(*ptr == '"') { ++ptr; ++ptr; while(*ptr) { while(*ptr) { Loading Loading
src/tool_formparse.c +2 −3 Original line number Original line Diff line number Diff line Loading @@ -347,12 +347,11 @@ CURLcode tool2curlmime(CURL *curl, tool_mime *m, curl_mime **mime) static char *get_param_word(char **str, char **end_pos, char endchar) static char *get_param_word(char **str, char **end_pos, char endchar) { { char *ptr = *str; char *ptr = *str; char *word_begin = NULL; /* the first non-space char is here */ char *word_begin = ptr; char *ptr2; char *ptr2; char *escape = NULL; char *escape = NULL; /* the first non-space char is here */ word_begin = ptr; if(*ptr == '"') { if(*ptr == '"') { ++ptr; ++ptr; while(*ptr) { while(*ptr) { Loading