From 74eb8a43ee58e719c7070fb31fbbf20a58f740d6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 27 Feb 2004 06:24:26 +0000 Subject: [PATCH] comment --- stepmania/src/RageUtil_FileDB.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageUtil_FileDB.h b/stepmania/src/RageUtil_FileDB.h index 35a0edecdf..630f0268af 100644 --- a/stepmania/src/RageUtil_FileDB.h +++ b/stepmania/src/RageUtil_FileDB.h @@ -99,8 +99,9 @@ public: void GetFilesSimpleMatch(const CString &dir, const CString &fn, vector &out, bool bOnlyDirs); /* Search for "path" case-insensitively and replace it with the correct - * case. If "path" doesn't exist at all, return false and don't change it. */ - bool ResolvePath(CString &path); + * case. If only a portion of the path exists, resolve as much as possible. + * Return true if the entire path was matched. */ + bool ResolvePath( CString &path ); RageFileManager::FileType GetFileType( const CString &path ); int GetFileSize(const CString &path);