[mw-devel] MW3 r1298 - trunk/src/server
arthur at sucs.org
arthur at sucs.org
Wed Nov 28 16:04:21 GMT 2012
Author: arthur
Date: 2012-11-28 16:04:21 +0000 (Wed, 28 Nov 2012)
New Revision: 1298
Modified:
trunk/src/server/mwserv.c
Log:
missing cmdline option
Modified: trunk/src/server/mwserv.c
===================================================================
--- trunk/src/server/mwserv.c 2012-11-19 21:03:41 UTC (rev 1297)
+++ trunk/src/server/mwserv.c 2012-11-28 16:04:21 UTC (rev 1298)
@@ -42,7 +42,7 @@
};
while (1) {
- c = getopt_long(argc, argv, "p:h", loptspec, &optidx);
+ c = getopt_long(argc, argv, "p:hf", loptspec, &optidx);
if (c == -1)
break;
More information about the mw-devel
mailing list