tool: Moved --stderr to the global config

This commit is contained in:
Steve Holme
2014-03-01 13:00:31 +00:00
parent 1f07718123
commit 5513bbd5c3
12 changed files with 69 additions and 68 deletions

View File

@@ -146,5 +146,5 @@ void progressbarinit(struct ProgressData *bar,
bar->width = scr_size[0] - 1;
#endif
bar->out = config->errors;
bar->out = config->global->errors;
}