From 8bf7287d782ef0799e8c1ba733a6d4f2cfdd7d6d Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 20 Aug 2011 03:47:11 -0500 Subject: [PATCH] move comment --- src/RageUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RageUtil.cpp b/src/RageUtil.cpp index 25073e8d45..2c9efc0be6 100644 --- a/src/RageUtil.cpp +++ b/src/RageUtil.cpp @@ -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 )