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
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue