]> sigrok.org Git - libsigrok.git/commit
session-file: Use 32-bit int for channel count
authorDaniel Elstner <redacted>
Fri, 2 Oct 2015 18:09:46 +0000 (20:09 +0200)
committerDaniel Elstner <redacted>
Fri, 2 Oct 2015 18:09:46 +0000 (20:09 +0200)
commit2c38a41a60b8ebb8137d3b5b14ae652c66af6034
tree16df86ac43a3c0bdec7ae85d8b82e10f68bc08ec
parent5eff221e8c9a84be71a564441c6edf705f8ba8fa
session-file: Use 32-bit int for channel count

SR_CONF_NUM_LOGIC_CHANNELS is defined as SR_T_INT32. Create the
GVariant with the correct type to avoid a type mismatch error in
sr_variant_type_check().
src/session_driver.c
src/session_file.c