mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 19:19:02 -04:00
Allow for extra character after mode when matching UDP reply to CQ messages
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6682 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f398495cfc
commit
22a9195326
@ -4933,7 +4933,7 @@ void MainWindow::replyToCQ (QTime time, qint32 snr, float delta_time, quint32 de
|
||||
if (decode_parts.contains ("CQ") || decode_parts.contains ("QRZ"))
|
||||
{
|
||||
// a message we are willing to accept
|
||||
QString format_string {"%1 %2 %3 %4 %5 %6"};
|
||||
QString format_string {"%1 %2 %3 %4 %5 %6"};
|
||||
auto cqtext = format_string.arg (time.toString ("hhmm"))
|
||||
.arg (snr, 3)
|
||||
.arg (delta_time, 4, 'f', 1)
|
||||
|
Loading…
Reference in New Issue
Block a user