This commit is contained in:
Glenn Maynard
2003-12-03 23:11:48 +00:00
parent ac7d46e81d
commit 7a89a63f0c
+1 -1
View File
@@ -23,7 +23,7 @@ bool LyricsLoader::LoadFromLRCFile(const CString& sPath, Song& out)
{
LOG->Trace( "LyricsLoader::LoadFromLRCFile(%s)", sPath.c_str() );
RageFile input(sPath, "r");
RageFile input( sPath );
if (!input.IsOpen())
{