]> sigrok.org Git - libsigrok.git/commitdiff
ols: Fix RLE count handling
authorBert Vermeulen <redacted>
Mon, 26 Aug 2013 22:33:20 +0000 (00:33 +0200)
committerBert Vermeulen <redacted>
Mon, 26 Aug 2013 22:33:20 +0000 (00:33 +0200)
The high bit of the sample, denoting this is a count, was not getting
properly cleared. This resulted in an inevitably negative count, and
corruption of the sample buffer before it was transferred to the
frontend.


No differences found