[quake3-commits] r1862 - trunk/code/sys
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Feb 6 13:59:39 EST 2011
Author: thilo
Date: 2011-02-06 13:59:39 -0500 (Sun, 06 Feb 2011)
New Revision: 1862
Modified:
trunk/code/sys/sys_win32.c
Log:
Oops typo.
Modified: trunk/code/sys/sys_win32.c
===================================================================
--- trunk/code/sys/sys_win32.c 2011-02-06 17:59:23 UTC (rev 1861)
+++ trunk/code/sys/sys_win32.c 2011-02-06 18:59:39 UTC (rev 1862)
@@ -89,7 +89,7 @@
return NULL;
}
- Com_Sprintf(homePath, sizeof(homePath), "%s%c", szPath, PATH_SEP);
+ Com_sprintf(homePath, sizeof(homePath), "%s%c", szPath, PATH_SEP);
if(com_homepath->string[0])
Q_strcat(homePath, sizeof(homePath), com_homepath->string);
More information about the quake3-commits
mailing list