allow reading whole files with GetFileContents

This commit is contained in:
Glenn Maynard
2005-05-20 00:12:43 +00:00
parent ffa3cd2b58
commit f37a3810d6
4 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ try_again:
while( GetExtension(sPath) == "redir" )
{
CString sNewFileName;
GetFileContents( sPath, sNewFileName );
GetFileContents( sPath, sNewFileName, true );
CString sRealPath;
FOREACHD_CONST( CString, data.vsDirSearchOrder, iter )