mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-24 05:08:38 -05: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
f23a3ceab1
commit
c3cd6a093b
@ -1738,6 +1738,7 @@ void MainWindow::on_logQSOButton_clicked() //Log QSO button
|
||||
t+=" <time_off:4>" + m_qsoStop;
|
||||
t+=" <station_callsign:" + QString::number(m_myCall.length()) + ">" + m_myCall;
|
||||
t+=" <my_gridsquare:" + QString::number(m_myGrid.length()) + ">" + m_myGrid;
|
||||
t+=" <eor>";
|
||||
out << t << endl;
|
||||
f2.close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user