There is a bug in annotator_raw_impl.cc:77
if(tag.offset > nitems_read(0)) {
should be
if(tag.offset < nitems_read(0)) {
Somebody please make a pull request.
________________________
Eugene Grayver, Ph.D.
Aerospace Corp., Sr. Eng. Spec.
Tel: 310.336.1274
________________________
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
