]> sigrok.org Git - libsigrok.git/commit
strutil: Assume bool is true when no value is specified
authorGerhard Sittig <redacted>
Sun, 25 Jun 2017 09:28:29 +0000 (11:28 +0200)
committerGerhard Sittig <redacted>
Sun, 25 Jun 2017 18:42:21 +0000 (20:42 +0200)
commitad466f86cc0497f6a5ba0e2540e399c32c0b96ba
tree9f2662436885df58fe51fa71ef027ad2b560ed63
parente7eb29685cac9332f4137201a6759130e700165d
strutil: Assume bool is true when no value is specified

Adjust the string to boolean conversion for an edge case. Accept empty
text (either NULL or empty strings) to mean true instead of false.

This behaviour is more useful from the user's point of view, when the
option's name alone will enable a feature, and an explicit "option=yes"
specification is not strictly necessary. All calling applications in
mainline already implemented this semantics.
src/strutil.c