mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Correct a flaw in lookup(): N5OS found the locator for N5OSK. Now fixed.
This commit is contained in:
		
							parent
							
								
									69d375e1d2
								
							
						
					
					
						commit
						1a4bd199b6
					
				@ -5604,7 +5604,7 @@ void MainWindow::lookup()
 | 
				
			|||||||
          break;
 | 
					          break;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        QString t=QString(c);
 | 
					        QString t=QString(c);
 | 
				
			||||||
        if(t.indexOf(hisCall)==0) {
 | 
					        if(t.indexOf(hisCall+" ")==0) {
 | 
				
			||||||
          int i1=t.indexOf(",");
 | 
					          int i1=t.indexOf(",");
 | 
				
			||||||
          QString hisgrid=t.mid(i1+1,6);
 | 
					          QString hisgrid=t.mid(i1+1,6);
 | 
				
			||||||
          i1=hisgrid.indexOf(",");
 | 
					          i1=hisgrid.indexOf(",");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user