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

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