mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-30 13:22:26 -04:00
Oops! Added <eor> to end of ADIF records.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3060 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
379fe84edb
commit
7c4d06ade5
@ -1738,6 +1738,7 @@ void MainWindow::on_logQSOButton_clicked() //Log QSO button
|
|||||||
t+=" <time_off:4>" + m_qsoStop;
|
t+=" <time_off:4>" + m_qsoStop;
|
||||||
t+=" <station_callsign:" + QString::number(m_myCall.length()) + ">" + m_myCall;
|
t+=" <station_callsign:" + QString::number(m_myCall.length()) + ">" + m_myCall;
|
||||||
t+=" <my_gridsquare:" + QString::number(m_myGrid.length()) + ">" + m_myGrid;
|
t+=" <my_gridsquare:" + QString::number(m_myGrid.length()) + ">" + m_myGrid;
|
||||||
|
t+=" <eor>";
|
||||||
out << t << endl;
|
out << t << endl;
|
||||||
f2.close();
|
f2.close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user