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:
Joe Taylor 2013-03-19 17:34:13 +00:00
parent 379fe84edb
commit 7c4d06ade5

View File

@ -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();
}