move comment

This commit is contained in:
AJ Kelly
2011-08-20 03:47:11 -05:00
parent ba60b894a2
commit 8bf7287d78
+1 -1
View File
@@ -1199,7 +1199,6 @@ RString DerefRedir( const RString &_path )
return sPath;
RString sNewFileName;
// todo: figure out how to make this UTF-8 safe. -aj
GetFileContents( sPath, sNewFileName, true );
// Empty is invalid.
@@ -1239,6 +1238,7 @@ bool GetFileContents( const RString &sPath, RString &sOut, bool bOneLine )
return false;
}
// todo: figure out how to make this UTF-8 safe. -aj
RString sData;
int iGot;
if( bOneLine )