fix warning
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user