From af49118ff94c7664a89e75358b3f6c82bc3ee998 Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 9 Oct 2009 22:17:25 +0000 Subject: [PATCH] Reverting erroneous check-in git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3217 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/uqm.c b/sc2/src/uqm.c index b1fe30135..faf727132 100644 --- a/sc2/src/uqm.c +++ b/sc2/src/uqm.c @@ -635,7 +635,7 @@ preParseOptions (int argc, char *argv[], struct options_struct *options) return EXIT_SUCCESS; } } - optind = 0; + optind = 1; return 0; }