mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-05 02:48:37 -04: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
8a623f6cab
commit
5e6057ab4a
@ -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