From 28b00fe4944a0f99f1f15b948137be2279192d32 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 24 Jun 2020 20:23:14 +0100 Subject: [PATCH] Fix editing hiccup that broke the log ADIF header, tnx Joe, WA6AXE --- logbook/WorkedBefore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logbook/WorkedBefore.cpp b/logbook/WorkedBefore.cpp index 438243d42..152feeb25 100644 --- a/logbook/WorkedBefore.cpp +++ b/logbook/WorkedBefore.cpp @@ -442,7 +442,7 @@ bool WorkedBefore::add (QString const& call QTextStream out {&file}; if (!file.size ()) { - out << "WSJT-X ADIF Export" << // new file + out << "WSJT-X ADIF Export" << // new file #if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) endl #else