From f03ee4b61cc0ca42191a78c8bda7164133c2bdd0 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sun, 6 Feb 2011 18:59:39 +0000 Subject: [PATCH] Oops typo. --- code/sys/sys_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/sys/sys_win32.c b/code/sys/sys_win32.c index 7a19d6dc..c0568e7a 100644 --- a/code/sys/sys_win32.c +++ b/code/sys/sys_win32.c @@ -89,7 +89,7 @@ char *Sys_DefaultHomePath( void ) 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);