]> sigrok.org Git - sigrok-cli.git/commit
show: use getter result to determine "current" presence (voltage range)
authorGerhard Sittig <redacted>
Sun, 6 Feb 2022 20:32:28 +0000 (21:32 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 20:32:28 +0000 (21:32 +0100)
commit5e6a040273d5b6aadb77a2a8736bc32b08d74649
tree9b054802997795f4d9a19706c6ebf49a635bdc40
parent382d3599a564bed5b5d303adb304d1cd466d2459
show: use getter result to determine "current" presence (voltage range)

Improve the condition which presents the "(current)" decoration when
voltage ranges are listed in --show output. Use an explicit boolean
which is derived from the config getter's return code. Avoid "forcing"
a comparison against a zero value, which can be a valid item in the list
of supported voltages.

This is similar to commit 0171a4a7a49f. See more context (-U10) for the
motivation of the change. Was observed with the kingst-la2016 driver.
show.c