Fixed the correction to lookup(). It's OK now.

This commit is contained in:
Joe Taylor 2021-07-10 12:16:35 -04:00
parent 1a4bd199b6
commit 6641f2c7bf

View File

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