From: Wolfgang (Blub) Bumiller Date: Mon, 19 Nov 2012 18:06:38 +0000 (+0100) Subject: This is probably what was intended actually X-Git-Tag: 0.1.9~403 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=276346e63c580f843981d2ec6da00b9a14939750 This is probably what was intended actually --- diff --git a/main.c b/main.c index 4c8062d..fd34c92 100644 --- a/main.c +++ b/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;