Fixed infinite recursion of writing crashlog because we're out of file handles.

Fixes Bugzilla #3772.
This commit is contained in:
Ryan C. Gordon 2009-09-15 00:19:22 +00:00
parent 76b7468a9d
commit 5079343ecd
3 changed files with 26 additions and 8 deletions

View file

@ -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