[quake3-commits] r2183 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 27 23:13:30 EDT 2011


Author: thilo
Date: 2011-09-27 23:13:30 -0400 (Tue, 27 Sep 2011)
New Revision: 2183

Modified:
   trunk/code/qcommon/vm.c
Log:
Fix a few string literals


Modified: trunk/code/qcommon/vm.c
===================================================================
--- trunk/code/qcommon/vm.c	2011-09-27 22:56:10 UTC (rev 2182)
+++ trunk/code/qcommon/vm.c	2011-09-28 03:13:30 UTC (rev 2183)
@@ -462,7 +462,7 @@
 			VM_Free(vm);
 			FS_FreeFile(header.v);
 
-			Com_Printf(S_COLOR_YELLOW "Warning: Data region size of %s not matching after"
+			Com_Printf(S_COLOR_YELLOW "Warning: Data region size of %s not matching after "
 					"VM_Restart()\n", filename);
 			return NULL;
 		}
@@ -497,7 +497,7 @@
 				VM_Free(vm);
 				FS_FreeFile(header.v);
 
-				Com_Printf(S_COLOR_YELLOW "Warning: Jump table size of %s not matching after"
+				Com_Printf(S_COLOR_YELLOW "Warning: Jump table size of %s not matching after "
 						"VM_Restart()\n", filename);
 				return NULL;
 			}



More information about the quake3-commits mailing list