Correct a flaw that caused loss of m_rptSent if MyCall is a nonstandard call.

This commit is contained in:
Joe Taylor 2018-09-18 14:52:21 -04:00
parent 78dd580a9e
commit 3c1dbb21c2

View File

@ -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