From 3c1dbb21c2844ae80c0784cb240f1a3f71625dd7 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 18 Sep 2018 14:52:21 -0400 Subject: [PATCH] Correct a flaw that caused loss of m_rptSent if MyCall is a nonstandard call. --- mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 6a81046a4..02298fa6e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3616,6 +3616,8 @@ void MainWindow::guiUpdate() if (msg_parts.size () > 2) { // clean up short code forms msg_parts[0].remove (QChar {'<'}); + msg_parts[0].remove (QChar {'>'}); + msg_parts[1].remove (QChar {'<'}); msg_parts[1].remove (QChar {'>'}); } auto is_73 = m_QSOProgress >= ROGER_REPORT