Test grid4 (not grid6) for matches in the ADIF log.

This commit is contained in:
Joe Taylor 2018-09-26 10:00:21 -04:00
parent 669d54197d
commit d085175472

View File

@ -115,7 +115,7 @@ void ADIF::add(QString const& call, QString const& grid, QString const& band,
{
QSO q;
q.call = call;
q.grid = grid;
q.grid = grid.left(4); //We only want to test matches to 4-character grids.
q.band = band;
q.mode = mode;
q.date = date;