Imported Upstream version 3.0.2
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_unpacked_to_packed_bb.cc
index 9a1f5efc1b0134fcbf02af6751f26746d86ec090..54dac2161bea258c20d694562b7dee777c5c5616 100644 (file)
@@ -78,7 +78,7 @@ gr_unpacked_to_packed_bb::general_work (int noutput_items,
                                        gr_vector_const_void_star &input_items,
                                        gr_vector_void_star &output_items)
 {
-  unsigned int index_tmp;
+  unsigned int index_tmp = d_index;
 
   assert (input_items.size() == output_items.size());
   int nstreams = input_items.size();