Add required string length for C-to-Fortran calling sequence for stdmsg_().

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3114 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-03-27 20:49:12 +00:00
parent 0192ff74f8
commit 37be6919aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1188,7 +1188,7 @@ void MainWindow::readFromStdout() //readFromStdout
ui->decodedTextBrowser->setTextCursor(cursor);
QString msg=t.mid(34,22);
bool b=stdmsg_(msg.toAscii().constData());
bool b=stdmsg_(msg.toAscii().constData(),22);
QStringList w=msg.split(" ",QString::SkipEmptyParts);
if(b and w[0]==m_myCall) {
QString tt=w[2];