Tnx Mike -- I will fix this flaw.

        -- Joe, K1JT

On 7/10/2021 11:38 AM, Black Michael via wsjt-devel wrote:
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 one
EA3ACD,JN12,,,

This line
if(t.indexOf(hisCall)==0) {

Should be
if(t.indexOf(hisCall+",")==0) {

Mike W9MDB




_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to