fix warning

This commit is contained in:
Glenn Maynard
2003-12-10 05:49:34 +00:00
parent a669319a71
commit e900f29d03
+2 -2
View File
@@ -864,11 +864,11 @@ void ProfileManager::SaveSongScoresToDir( CString sDir, MemoryCard mc )
}
}
static CString HTMLQuoteDoubleQuotes( CString str )
/* static CString HTMLQuoteDoubleQuotes( CString str )
{
str.Replace( "\"", """ );
return str;
}
} */
void ProfileManager::SaveStatsWebPageToDir( CString sDir, MemoryCard mc )
{