Oops typo.
This commit is contained in:
parent
44fb8f49b6
commit
f03ee4b61c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ char *Sys_DefaultHomePath( void )
|
||||||
return NULL;
|
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])
|
if(com_homepath->string[0])
|
||||||
Q_strcat(homePath, sizeof(homePath), com_homepath->string);
|
Q_strcat(homePath, sizeof(homePath), com_homepath->string);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue