[mw-devel] MW3 r1306 - trunk/src

welshbyte at sucs.org welshbyte at sucs.org
Thu Nov 29 18:55:24 GMT 2012


Author: welshbyte
Date: 2012-11-29 18:55:24 +0000 (Thu, 29 Nov 2012)
New Revision: 1306

Modified:
   trunk/src/init.c
Log:
Really fix the logic fart this time


Modified: trunk/src/init.c
===================================================================
--- trunk/src/init.c	2012-11-29 17:28:57 UTC (rev 1305)
+++ trunk/src/init.c	2012-11-29 18:55:24 UTC (rev 1306)
@@ -422,8 +422,7 @@
 		goto out;
 	}
 	/* try to load the personal copy*/
-	if (ReadInitFile(pw->pw_dir, name)) {
-		fprintf(stderr, _("Failed to read init file %s/%s\n"), pw->pw_dir, name);
+	if (!ReadInitFile(pw->pw_dir, name)) {
 		goto out;
 	}
 




More information about the mw-devel mailing list