This commit is contained in:
Glenn Maynard
2004-01-16 22:33:01 +00:00
parent da0635c76b
commit 15dc3fb189
+1 -2
View File
@@ -106,8 +106,7 @@ void RageFileDriver::GetDirListing( const CString &sPath, CStringArray &AddTo, b
RageFileManager::FileType RageFileDriver::GetFileType( const CString &sPath )
{
/* XXX */
return (RageFileManager::FileType) FDB->GetFileType( sPath );
return FDB->GetFileType( sPath );
}
int RageFileDriver::GetFileSizeInBytes( const CString &sPath )