mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	Fix bug with an unlikely user-formatted message.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3156 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									ca51730326
								
							
						
					
					
						commit
						5fbe45659c
					
				
							
								
								
									
										
											BIN
										
									
								
								WSJT-X_Users_Guide_Full.docx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								WSJT-X_Users_Guide_Full.docx
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| @ -1451,7 +1451,7 @@ void MainWindow::guiUpdate() | |||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     QString t2=QDateTime::currentDateTimeUtc().toString("hhmm"); |     QString t2=QDateTime::currentDateTimeUtc().toString("hhmm"); | ||||||
|     if(itext==0 and w[1]==m_myCall and w.length()>=3) { |     if(itext==0 and w.length()>=3 and w[1]==m_myCall) { | ||||||
|       int i1; |       int i1; | ||||||
|       bool ok; |       bool ok; | ||||||
|       i1=t.toInt(&ok); |       i1=t.toInt(&ok); | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| [Setup] | [Setup] | ||||||
| AppName=wsjtx | AppName=wsjtx | ||||||
| AppVerName=wsjtx Version 0.9 r3151 | AppVerName=wsjtx Version 0.9 r3155 | ||||||
| AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT | AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT | ||||||
| DefaultDirName=c:\wsjtx | DefaultDirName=c:\wsjtx | ||||||
| DefaultGroupName=wsjtx | DefaultGroupName=wsjtx | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user