diff --git a/logbook/logbook.cpp b/logbook/logbook.cpp index bb27f8fba..96a8cb8e3 100644 --- a/logbook/logbook.cpp +++ b/logbook/logbook.cpp @@ -145,7 +145,8 @@ QByteArray LogBook::QSOToADIF (QString const& hisCall, QString const& hisGrid, Q // include DX as an ARRL_SECT value even though it is // not in the ADIF spec ARRL_SECT enumeration, done // because N1MM does the same - t += " ARRL-FIELD-DAY ' + t += " ARRL-FIELD-DAY ' + xRcvd + + " ' + words.at (0) + " ' + words.at (1); } else if (Configuration::SpecialOperatingActivity::RTTY == config_->special_op_id ())