mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-23 18:44:19 -04:00
Minor changes in scaling of spectra for waterfall.
Corrected typo in unix code. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3197 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -1342,7 +1342,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
#endif
|
||||
|
||||
#ifdef unix
|
||||
if(b and !m_diskData and and okToPost) {
|
||||
if(b and !m_diskData and okToPost) {
|
||||
int i1=msg.indexOf(" ");
|
||||
QString c2=msg.mid(i1+1);
|
||||
int i2=c2.indexOf(" ");
|
||||
|
||||
Reference in New Issue
Block a user