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);