this reference causes stack check failures in VC7 debug builds for some

reason
This commit is contained in:
Glenn Maynard
2004-01-11 09:04:20 +00:00
parent 4e629f2e24
commit 02d371c494
+1 -1
View File
@@ -170,7 +170,7 @@ bool SMLoader::LoadFromSMFile( CString sPath, Song &out )
{
int iNumParams = msd.GetNumParams(i);
const MsdFile::value_t &sParams = msd.GetValue(i);
const CString &sValueName = sParams[0];
const CString sValueName = sParams[0];
// handle the data
if( 0==stricmp(sValueName,"TITLE") )