fix warning
This commit is contained in:
@@ -864,11 +864,11 @@ void ProfileManager::SaveSongScoresToDir( CString sDir, MemoryCard mc )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static CString HTMLQuoteDoubleQuotes( CString str )
|
/* static CString HTMLQuoteDoubleQuotes( CString str )
|
||||||
{
|
{
|
||||||
str.Replace( "\"", """ );
|
str.Replace( "\"", """ );
|
||||||
return str;
|
return str;
|
||||||
}
|
} */
|
||||||
|
|
||||||
void ProfileManager::SaveStatsWebPageToDir( CString sDir, MemoryCard mc )
|
void ProfileManager::SaveStatsWebPageToDir( CString sDir, MemoryCard mc )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user