discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Bug in annotator_raw_impl.cc


From: Eugene Grayver
Subject: [Discuss-gnuradio] Bug in annotator_raw_impl.cc
Date: Thu, 29 Dec 2016 18:44:46 +0000

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
________________________


reply via email to

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