mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	Fix use of uninitialised variable
This commit is contained in:
		
							parent
							
								
									d80087b974
								
							
						
					
					
						commit
						930e3d16f9
					
				| @ -199,7 +199,7 @@ struct Beacon { | ||||
|                         idx++; | ||||
|                     } | ||||
|                     float latitude, longitude; | ||||
|                     if (callsign && frequency && locator && Maidenhead::fromMaidenhead(locator, latitude, longitude)) | ||||
|                     if (callsign && frequencyString && locator && Maidenhead::fromMaidenhead(locator, latitude, longitude)) | ||||
|                     { | ||||
|                         Beacon *beacon = new Beacon(); | ||||
|                         beacon->m_callsign = callsign; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user