Loading lib/easy.c +12 −11 Original line number Diff line number Diff line Loading @@ -959,7 +959,8 @@ CURLcode Curl_convert_from_network(struct SessionHandle *data, rc, curl_easy_strerror(rc)); } return(rc); } else { } else { #ifdef HAVE_ICONV /* do the translation ourselves */ char *input_ptr, *output_ptr; Loading Loading
lib/easy.c +12 −11 Original line number Diff line number Diff line Loading @@ -959,7 +959,8 @@ CURLcode Curl_convert_from_network(struct SessionHandle *data, rc, curl_easy_strerror(rc)); } return(rc); } else { } else { #ifdef HAVE_ICONV /* do the translation ourselves */ char *input_ptr, *output_ptr; Loading