mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
This is probably what was intended actually
This commit is contained in:
parent
61fa54318c
commit
276346e63c
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
@ -221,13 +221,13 @@ static bool options_parse(int argc, char **argv) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (options_long_gcc("redirout", &argc, &argv, &redirout)) {
|
if (options_long_gcc("redirout", &argc, &argv, &redirout)) {
|
||||||
|
con_change(redirout, redirerr);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (options_long_gcc("redirerr", &argc, &argv, &redirerr)) {
|
if (options_long_gcc("redirerr", &argc, &argv, &redirerr)) {
|
||||||
|
con_change(redirout, redirerr);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
con_change(redirout, redirerr);
|
|
||||||
|
|
||||||
if (!strcmp(argv[0]+1, "debug")) {
|
if (!strcmp(argv[0]+1, "debug")) {
|
||||||
opts_debug = true;
|
opts_debug = true;
|
||||||
|
|
Loading…
Reference in a new issue