Imported Upstream version 3.0.4
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_packed_to_unpacked_XX.cc.t
index 15e85902666b1da54e59c8d3065dce3252dbd353..abab97417f28850e4392da9cd891cf3b0d33d5af 100644 (file)
@@ -6,7 +6,7 @@
  * 
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
@@ -87,7 +87,7 @@ int
                                        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();