mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Fix editing hiccup that broke the log ADIF header, tnx Joe, WA6AXE
This commit is contained in:
parent
285c48c7b8
commit
28b00fe494
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user