From: Uwe Hermann Date: Tue, 8 Oct 2013 20:36:57 +0000 (+0200) Subject: Fix off-by-one in PD menu list construction. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=98bac9636ee62a8863760a8b8381019a6a546173;hp=98bac9636ee62a8863760a8b8381019a6a546173;p=pulseview.git 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. ---