From a61f90dfe09668a1498c3b6696c2e2ae26a7a508 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Mon, 30 Jan 2006 16:08:30 +0000 Subject: [PATCH] - oops forgot to increment ib git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@123 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- start_oss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/start_oss.c b/start_oss.c index 67829c0e2..92fa25b29 100644 --- a/start_oss.c +++ b/start_oss.c @@ -229,6 +229,7 @@ oss_loop(int *iarg) ia=*(data.iwrite); ib=*(data.ibuf); data.tbuf[ib-1] = stime; /* convert to c index to store */ + ib++ if(ib>FRAMESPERBUFFER) ib=1; *(data.ibuf) = ib;