mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +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;
|
||||
}
|
||||
if (options_long_gcc("redirout", &argc, &argv, &redirout)) {
|
||||
con_change(redirout, redirerr);
|
||||
continue;
|
||||
}
|
||||
if (options_long_gcc("redirerr", &argc, &argv, &redirerr)) {
|
||||
con_change(redirout, redirerr);
|
||||
continue;
|
||||
}
|
||||
|
||||
con_change(redirout, redirerr);
|
||||
|
||||
if (!strcmp(argv[0]+1, "debug")) {
|
||||
opts_debug = true;
|
||||
|
|
Loading…
Reference in a new issue