diff --git a/logbook/logbook.cpp b/logbook/logbook.cpp index 411d6240c..2d4340299 100644 --- a/logbook/logbook.cpp +++ b/logbook/logbook.cpp @@ -101,7 +101,7 @@ QByteArray LogBook::QSOToADIF (QString const& hisCall, QString const& hisGrid, Q t += " " + band; t += " " + strDialFreq; t += " " + myCall; - t += " " + myGrid; + if(myGrid!="") t += " " + myGrid; if(txPower!="") t += " " + txPower; if(comments!="") t += " " + comments; if(name!="") t += " " + name;