diff --git a/logbook/adif.cpp b/logbook/adif.cpp index a804e6992..16ab89e0a 100644 --- a/logbook/adif.cpp +++ b/logbook/adif.cpp @@ -207,6 +207,9 @@ QByteArray ADIF::QSOToADIF(QString const& hisCall, QString const& hisGrid, QStri if(operator_call!="") t+=" " + operator_call; if(xSent!="") t += " " + xSent; if(xRcvd!="") t += " " + xRcvd; + QString t1=xRcvd.split(" ").at(1); + qDebug() << "aa0" << xRcvd << t1; + if(xRcvd!="") t += " " + t1; return t.toLatin1(); } diff --git a/mainwindow.cpp b/mainwindow.cpp index 0867f1816..4fc83884c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -3573,7 +3573,6 @@ void MainWindow::guiUpdate() m_xSent=t.at(n-2) + " " + t.at(n-1); } } - } if(m_isync==1) msgsent[22]=0; if(m_isync==2) msgsent[37]=0;