]> sigrok.org Git - libsigrokdecode.git/commitdiff
instance.c: fix a 'matched' vs 'matches' typo
authorGerhard Sittig <redacted>
Sun, 26 Feb 2017 08:16:36 +0000 (09:16 +0100)
committerGerhard Sittig <redacted>
Sun, 26 Feb 2017 09:08:15 +0000 (10:08 +0100)
The Decoder_wait() routine will populate the .matched attribute before
returning to the caller. The srd_inst_start() routine used to setup a
.matches attribute which is unexpected. Make both routines consistently
assign to 'matched' as that is what Python decoder implementations are
referencing.


No differences found