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:
Bill Somerville 2016-05-17 20:45:32 +00:00
parent f398495cfc
commit 22a9195326
1 changed files with 1 additions and 1 deletions

View File

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