mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 11:08:31 -04:00
Fixed the correction to lookup(). It's OK now.
This commit is contained in:
parent
1a4bd199b6
commit
6641f2c7bf
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user