mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-12 22:43:46 -04:00
Correct a flaw that caused loss of m_rptSent if MyCall is a nonstandard call.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user