mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
- missing ;
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@160 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
4382881bf1
commit
e355356fd9
@ -229,7 +229,7 @@ oss_loop(int *iarg)
|
||||
ia=*(data.iwrite);
|
||||
ib=*(data.ibuf);
|
||||
data.tbuf[ib-1] = stime; /* convert to c index to store */
|
||||
ib++
|
||||
ib++;
|
||||
if(ib>FRAMESPERBUFFER)
|
||||
ib=1;
|
||||
*(data.ibuf) = ib;
|
||||
|
Loading…
Reference in New Issue
Block a user