fix comment

This commit is contained in:
Glenn Maynard
2005-12-22 02:40:07 +00:00
parent 6a45bc9ae0
commit 50276a15be
+1 -1
View File
@@ -1511,7 +1511,7 @@ void Song::MakeUniqueEditDescription( StepsType st, CString &sPreferredDescripti
for( int i=0; i<1000; i++ )
{
// make name "My Edit" -> "My Edit"
// make name "My Edit" -> "My Edit2"
CString sNum = ssprintf("%d", i+1);
sTemp = sPreferredDescriptionInOut.Left( MAX_EDIT_STEPS_DESCRIPTION_LENGTH - sNum.size() ) + sNum;