mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 01:42:12 +00:00
* (bug 3412) %s expansion security patch (DevHC)
This commit is contained in:
parent
9cc4e0c976
commit
59c231c6c6
7 changed files with 12 additions and 12 deletions
|
@ -1428,6 +1428,6 @@ void PS_SetBaseFolder(char *path)
|
|||
#ifdef BSPC
|
||||
sprintf(basefolder, path);
|
||||
#else
|
||||
Com_sprintf(basefolder, sizeof(basefolder), path);
|
||||
Com_sprintf(basefolder, sizeof(basefolder), "%s", path);
|
||||
#endif
|
||||
} //end of the function PS_SetBaseFolder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue