mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 18:28:55 -04:00
Fixed the correction to lookup(). It's OK now.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user