fix warning

This commit is contained in:
Glenn Maynard
2005-04-22 05:11:41 +00:00
parent 27b12d3228
commit 6113fb3a90
+1 -2
View File
@@ -2720,8 +2720,7 @@ void ScreenEdit::CheckNumberOfNotesAndUndo()
{ {
Undo(); Undo();
CString sError = ssprintf( CString sError = ssprintf(
"This change creates notes past the end of the music and is not allowed.\n\nThe change has been reverted.", "This change creates notes past the end of the music and is not allowed.\n\nThe change has been reverted." );
MAX_NOTES_PER_MEASURE, MAX_NOTES_PER_MEASURE );
SCREENMAN->Prompt( SM_None, sError ); SCREENMAN->Prompt( SM_None, sError );
return; return;
} }