]> sigrok.org Git - pulseview.git/commitdiff
Fix off-by-one in PD menu list construction.
authorUwe Hermann <redacted>
Tue, 8 Oct 2013 20:36:57 +0000 (22:36 +0200)
committerUwe Hermann <redacted>
Tue, 8 Oct 2013 20:36:57 +0000 (22:36 +0200)
A minor logic bug caused the first PD in the list of PDs to be ignored
and not to be added to the decoder list the user has access to.
I.e., one of the available decoders couldn't be used at all in PulseView.

This fixes bug #164.


No differences found