Loading src/main.c +5 −2 Original line number Diff line number Diff line Loading @@ -546,7 +546,7 @@ struct Configurable { trace tracetype; bool tracetime; /* include timestamp? */ long httpversion; bool progressmode; int progressmode; bool nobuffer; bool readbusy; /* set when reading input returns EAGAIN */ bool globoff; Loading Loading @@ -2300,7 +2300,10 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */ } break; case '#': /* --progress-bar */ config->progressmode = (bool)(toggle?CURL_PROGRESS_BAR:0); if(toggle) config->progressmode = CURL_PROGRESS_BAR; else config->progressmode = CURL_PROGRESS_STATS; break; case '0': /* HTTP version 1.0 */ Loading Loading
src/main.c +5 −2 Original line number Diff line number Diff line Loading @@ -546,7 +546,7 @@ struct Configurable { trace tracetype; bool tracetime; /* include timestamp? */ long httpversion; bool progressmode; int progressmode; bool nobuffer; bool readbusy; /* set when reading input returns EAGAIN */ bool globoff; Loading Loading @@ -2300,7 +2300,10 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */ } break; case '#': /* --progress-bar */ config->progressmode = (bool)(toggle?CURL_PROGRESS_BAR:0); if(toggle) config->progressmode = CURL_PROGRESS_BAR; else config->progressmode = CURL_PROGRESS_STATS; break; case '0': /* HTTP version 1.0 */ Loading