mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -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};
|
QTextStream out {&file};
|
||||||
if (!file.size ())
|
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)
|
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
|
||||||
endl
|
endl
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user