mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-28 14:33:23 -04:00
Believe I've fixed the "ihsym-3" bug. Needs thorough testing!!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2720 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+2
-1
@@ -361,7 +361,8 @@ void MainWindow::dataSink(int k)
|
||||
}
|
||||
|
||||
// This is a bit strange. Why do we need the "-3" ???
|
||||
if(ihsym == m_hsymStop-3) {
|
||||
// if(ihsym == m_hsymStop-3) {
|
||||
if(ihsym == m_hsymStop) {
|
||||
m_dataAvailable=true;
|
||||
jt9com_.npts8=(ihsym*m_nsps)/16;
|
||||
jt9com_.newdat=1;
|
||||
|
||||
Reference in New Issue
Block a user