]> sigrok.org Git - pulseview.git/commit
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)
commit98bac9636ee62a8863760a8b8381019a6a546173
treeae757d42fdc5641f337612fd6574fe35e57b32b0
parentf9abdc014adda6771828db4c8caa8f66e066b7a3
Fix off-by-one in PD menu list construction.

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.
pv/mainwindow.cpp