mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
Test grid4 (not grid6) for matches in the ADIF log.
This commit is contained in:
parent
669d54197d
commit
d085175472
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user