Correct a flaw in lookup(): N5OS found the locator for N5OSK. Now fixed.

This commit is contained in:
Joe Taylor 2021-07-10 11:55:56 -04:00
parent 69d375e1d2
commit 1a4bd199b6
1 changed files with 1 additions and 1 deletions

View File

@ -5604,7 +5604,7 @@ void MainWindow::lookup()
break;
}
QString t=QString(c);
if(t.indexOf(hisCall)==0) {
if(t.indexOf(hisCall+" ")==0) {
int i1=t.indexOf(",");
QString hisgrid=t.mid(i1+1,6);
i1=hisgrid.indexOf(",");