mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05: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");
|
||||
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;
|
||||
bool ok;
|
||||
i1=t.toInt(&ok);
|
||||
|
Loading…
Reference in New Issue
Block a user