X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Fgeneral%2Fgr_unpacked_to_packed_bb.cc;h=bcf549680653fc65a6fa5b367382bba61446fb77;hb=149de12d84580715664dc5461ab5d10ae4ff1ed8;hp=9a1f5efc1b0134fcbf02af6751f26746d86ec090;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/general/gr_unpacked_to_packed_bb.cc b/gnuradio-core/src/lib/general/gr_unpacked_to_packed_bb.cc index 9a1f5efc..bcf54968 100644 --- a/gnuradio-core/src/lib/general/gr_unpacked_to_packed_bb.cc +++ b/gnuradio-core/src/lib/general/gr_unpacked_to_packed_bb.cc @@ -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, @@ -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();