commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8568 - gnuradio/trunk/gnuradio-core/src/lib/general


From: eb
Subject: [Commit-gnuradio] r8568 - gnuradio/trunk/gnuradio-core/src/lib/general
Date: Tue, 10 Jun 2008 09:48:14 -0600 (MDT)

Author: eb
Date: 2008-06-10 09:48:12 -0600 (Tue, 10 Jun 2008)
New Revision: 8568

Modified:
   gnuradio/trunk/gnuradio-core/src/lib/general/gr_repeat.cc
Log:
Applied patch from Dean Armstrong to fix gr_repeat (ticket:246).  
The QA code was not updated to detect the bug and should still be sorted out.


Modified: gnuradio/trunk/gnuradio-core/src/lib/general/gr_repeat.cc
===================================================================
--- gnuradio/trunk/gnuradio-core/src/lib/general/gr_repeat.cc   2008-06-10 
02:11:19 UTC (rev 8567)
+++ gnuradio/trunk/gnuradio-core/src/lib/general/gr_repeat.cc   2008-06-10 
15:48:12 UTC (rev 8568)
@@ -62,7 +62,7 @@
       out += d_itemsize;
     }
 
-    i += d_itemsize;
+    in += d_itemsize;
   }
 
   return noutput_items;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]