mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-29 07:28:54 -04:00
- oops forgot to increment ib
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@123 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
1dada0c943
commit
a61f90dfe0
@ -229,6 +229,7 @@ oss_loop(int *iarg)
|
|||||||
ia=*(data.iwrite);
|
ia=*(data.iwrite);
|
||||||
ib=*(data.ibuf);
|
ib=*(data.ibuf);
|
||||||
data.tbuf[ib-1] = stime; /* convert to c index to store */
|
data.tbuf[ib-1] = stime; /* convert to c index to store */
|
||||||
|
ib++
|
||||||
if(ib>FRAMESPERBUFFER)
|
if(ib>FRAMESPERBUFFER)
|
||||||
ib=1;
|
ib=1;
|
||||||
*(data.ibuf) = ib;
|
*(data.ibuf) = ib;
|
||||||
|
Loading…
Reference in New Issue
Block a user