X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fdata%2Fdecoderstack.cpp;h=d3e1f4acd25de681fd147253ddc8d423ce5cd2bc;hb=0402d7a3e425c56321234e4bb546d9b698c6d237;hp=4d9eb000135f86d23a73b5a90dd6104fdc28a7e1;hpb=1978e0c26e20c0ffbea35add4c7bae0075aec4c7;p=pulseview.git diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index 4d9eb00..d3e1f4a 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -423,7 +423,7 @@ void DecoderStack::annotation_callback(srd_proto_data *pdata, void *decoder) if (row_iter == d->rows_.end()) { qDebug() << "Unexpected annotation: decoder = " << decc << ", format = " << a.format(); - assert(0); + assert(false); return; }