]> sigrok.org Git - libsigrok.git/commit
output/csv: get proper index for input channels
authorWolfram Sang <redacted>
Thu, 11 May 2017 11:51:10 +0000 (13:51 +0200)
committerUwe Hermann <redacted>
Sat, 13 May 2017 20:34:17 +0000 (22:34 +0200)
commit10892c5b8aa54bee29e908ab457180ca8cdb1011
treea2a3d2a5ce30d2eb197bbe075a3a6a1b7bacdf65
parent7e7d7bc074fd92d54c2851ad64ed443fdd58fc28
output/csv: get proper index for input channels

'j' is the loop variable for channels, not 'ch'.

This fixes parts of bug #844.

Signed-off-by: Wolfram Sang <redacted>
src/output/csv.c