From: Ralph Corderoy Date: Mon, 30 Oct 2017 22:13:02 +0000 (+0000) Subject: sbr: Replace some ints that are only ever 0 or 1 with bool. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/69819af4834557e60c33bb378e29cf3d4e8269f8?hp=69819af4834557e60c33bb378e29cf3d4e8269f8 sbr: Replace some ints that are only ever 0 or 1 with bool. Knowing the domain of the variable is Boolean aids comprehension of the variable's name and purpose. ---