Loading src/tool_operate.c +5 −5 Original line number Diff line number Diff line Loading @@ -193,6 +193,11 @@ static CURLcode operate_init(struct Configurable *config) return CURLE_FAILED_INIT; } /* Setup proper locale from environment */ #ifdef HAVE_SETLOCALE setlocale(LC_ALL, ""); #endif return CURLE_OK; } Loading Loading @@ -230,11 +235,6 @@ static int operate_do(struct Configurable *config, int argc, ** from outside of nested loops further down below. */ /* setup proper locale from environment */ #ifdef HAVE_SETLOCALE setlocale(LC_ALL, ""); #endif /* Parse .curlrc if necessary */ if((argc == 1) || (!curlx_strequal(argv[1], "-q"))) { parseconfig(NULL, config); /* ignore possible failure */ Loading Loading
src/tool_operate.c +5 −5 Original line number Diff line number Diff line Loading @@ -193,6 +193,11 @@ static CURLcode operate_init(struct Configurable *config) return CURLE_FAILED_INIT; } /* Setup proper locale from environment */ #ifdef HAVE_SETLOCALE setlocale(LC_ALL, ""); #endif return CURLE_OK; } Loading Loading @@ -230,11 +235,6 @@ static int operate_do(struct Configurable *config, int argc, ** from outside of nested loops further down below. */ /* setup proper locale from environment */ #ifdef HAVE_SETLOCALE setlocale(LC_ALL, ""); #endif /* Parse .curlrc if necessary */ if((argc == 1) || (!curlx_strequal(argv[1], "-q"))) { parseconfig(NULL, config); /* ignore possible failure */ Loading