From 50276a15bed56478d0937c55c0d14197e845e1c4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 22 Dec 2005 02:40:07 +0000 Subject: [PATCH] fix comment --- stepmania/src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 4bd3570e99..df6c463eb8 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -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;