Loading src/tool_operate.c +6 −2 Original line number Diff line number Diff line Loading @@ -140,8 +140,8 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[]) int res = 0; int i; bool orig_noprogress = config->noprogress; bool orig_isatty = config->isatty; bool orig_noprogress; bool orig_isatty; errorbuffer[0] = '\0'; /* default headers output stream is stdout */ Loading Loading @@ -396,6 +396,10 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[]) } } /* save the values of noprogress and isatty to restore them later on */ orig_noprogress = config->noprogress; orig_isatty = config->isatty; /* ** Nested loops start here. */ Loading Loading
src/tool_operate.c +6 −2 Original line number Diff line number Diff line Loading @@ -140,8 +140,8 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[]) int res = 0; int i; bool orig_noprogress = config->noprogress; bool orig_isatty = config->isatty; bool orig_noprogress; bool orig_isatty; errorbuffer[0] = '\0'; /* default headers output stream is stdout */ Loading Loading @@ -396,6 +396,10 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[]) } } /* save the values of noprogress and isatty to restore them later on */ orig_noprogress = config->noprogress; orig_isatty = config->isatty; /* ** Nested loops start here. */ Loading