mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
Correct two constants (messed up in multiple mods earlier today).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3286 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
5307e65ae7
commit
a9cf90c078
@ -1243,7 +1243,7 @@ void MainWindow::decode() //decode()
|
|||||||
char *from = (char*) jt9com_.ss;
|
char *from = (char*) jt9com_.ss;
|
||||||
int size=sizeof(jt9com_);
|
int size=sizeof(jt9com_);
|
||||||
if(jt9com_.newdat==0) {
|
if(jt9com_.newdat==0) {
|
||||||
int noffset = 4*184*22000 + 4*22000 + 4*2*1800*1500 + 2*1800*12000;
|
int noffset = 4*184*NSMAX + 4*NSMAX + 4*2*NTMAX*1500 + 2*NTMAX*12000;
|
||||||
to += noffset;
|
to += noffset;
|
||||||
from += noffset;
|
from += noffset;
|
||||||
size -= noffset;
|
size -= noffset;
|
||||||
|
Loading…
Reference in New Issue
Block a user