From a3f687b44d22868f91d96bd7c2b9638a2c68277f Mon Sep 17 00:00:00 2001 From: icculus Date: Tue, 15 Sep 2009 00:19:22 +0000 Subject: Fixed infinite recursion of writing crashlog because we're out of file handles. Fixes Bugzilla #3772. git-svn-id: svn://svn.icculus.org/quake3/trunk@1602 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/qcommon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/qcommon/qcommon.h') diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h index e9b9037..a2d8106 100644 --- a/code/qcommon/qcommon.h +++ b/code/qcommon/qcommon.h @@ -602,6 +602,7 @@ void FS_FreeFileList( char **list ); qboolean FS_FileExists( const char *file ); +qboolean FS_CreatePath (char *OSPath); char *FS_BuildOSPath( const char *base, const char *game, const char *qpath ); int FS_LoadStack( void ); -- cgit v1.2.3