From 17492c45a9f780fa637543d0549a3c6c01bbc2e0 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 24 Jun 2019 16:03:41 +0100 Subject: [PATCH] Further field day ADIF log enhancements Received exchange exported to SRX_STRING. --- logbook/logbook.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ())