From c6e3f8707a0a23cff58ed7af0e4757c4b96e8c4c Mon Sep 17 00:00:00 2001 From: LTVA1 <87536432+LTVA1@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:17:47 +0300 Subject: [PATCH] Update editing.cpp --- src/gui/editing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/editing.cpp b/src/gui/editing.cpp index ebb639934..ee5fb61c3 100644 --- a/src/gui/editing.cpp +++ b/src/gui/editing.cpp @@ -1053,7 +1053,7 @@ void FurnaceGUI::doPasteOpenMPT(PasteMode mode, int arg, bool readClipboard, Str pat->data[j][1]=0; } - else if(strcmp(note, "~~~") == 0 || strcmp(note, "===")) + else if(strcmp(note, "~~~") == 0 || strcmp(note, "===") == 0) { pat->data[j][0]=101; pat->data[j][1]=0;