Hi Pierre, On Tue, Oct 07, 2014 at 09:38:12PM +0300, Pierre Gronlier wrote: > --- a/pv/data/decode/annotation.cpp > +++ b/pv/data/decode/annotation.cpp > @@ -40,7 +40,7 @@ Annotation::Annotation(const srd_proto_data *const pdata) > : > (const srd_proto_data_annotation*)pdata->data; > assert(pda); > > - _format = pda->ann_class; > + _format = pda->ann_format;
Thanks for the report. I don't think this is a bug though, we changed both libsigrokdecode and PulseView to use "ann_class" recently. I'm guessing you're using an older libsigrokdecode together with a newer PulseView (the fix would be to build a recent enough libsigrokdecode). Cheers, Uwe. -- http://hermann-uwe.de | http://randomprojects.org | http://sigrok.org ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

