This commit is contained in:
Glenn Maynard
2004-08-30 04:49:57 +00:00
parent cf9b4af6cb
commit 463c81d7f1
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -406,7 +406,7 @@ RageFileObj *RageFileDriverZip::Open( const CString &path, int mode, RageFile &p
return NULL;
}
File *f = FDB->GetFile( path );
const File *f = FDB->GetFile( path );
if( f == NULL )
{
err = ENOENT;