Somebody noted that EA3A came up with grid JN12. The logic in void MainWindow::lookup() doesn't look for any exact match.
It finds the first call that matches EA3A which is this oneEA3ACD,JN12,,,
This lineif(t.indexOf(hisCall)==0) {
Should beif(t.indexOf(hisCall+",")==0) {
Mike W9MDB
_______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
