Fix editing hiccup that broke the log ADIF header, tnx Joe, WA6AXE

This commit is contained in:
Bill Somerville 2020-06-24 20:23:14 +01:00
parent 285c48c7b8
commit 28b00fe494
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ bool WorkedBefore::add (QString const& call
QTextStream out {&file};
if (!file.size ())
{
out << "WSJT-X ADIF Export<eh>" << // new file
out << "WSJT-X ADIF Export<eoh>" << // new file
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
endl
#else