[nexuiz-commits] r7953 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Sep 27 09:46:15 EDT 2009


Author: blub0
Date: 2009-09-27 09:46:15 -0400 (Sun, 27 Sep 2009)
New Revision: 7953

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
forgive me, I suck, but then again, I cannot test it atm

Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2009-09-27 13:44:08 UTC (rev 7952)
+++ trunk/data/qcsrc/common/gamecommand.qc	2009-09-27 13:46:15 UTC (rev 7953)
@@ -387,7 +387,7 @@
 					}
 					else
 					{
-						print("rpn: empty cvar name for 'def'");
+						print("rpn: empty cvar name for 'def'\n");
 						rpn_error = TRUE;
 					}
 				} else if(rpncmd == "defs" || rpncmd == "@") {
@@ -412,7 +412,7 @@
 					}
 					else
 					{
-						print("rpn: empty cvar name for 'defs'");
+						print("rpn: empty cvar name for 'defs'\n");
 						rpn_error = TRUE;
 					}
 				} else if(rpncmd == "load") {



More information about the nexuiz-commits mailing list