Fixed infinite recursion of writing crashlog because we're out of file handles.
Fixes Bugzilla #3772.
This commit is contained in:
parent
76b7468a9d
commit
5079343ecd
3 changed files with 26 additions and 8 deletions
|
@ -478,7 +478,7 @@ FS_CreatePath
|
|||
Creates any directories needed to store the given filename
|
||||
============
|
||||
*/
|
||||
static qboolean FS_CreatePath (char *OSPath) {
|
||||
qboolean FS_CreatePath (char *OSPath) {
|
||||
char *ofs;
|
||||
|
||||
// make absolutely sure that it can't back up the path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue