From: Ralph Corderoy Date: Wed, 1 Nov 2017 17:21:23 +0000 (+0000) Subject: uip: Replace some ints that are only ever 0 or 1 with bool. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/06efa573c7894caa4e5aa1ac7c64bd10ea25928b?hp=06efa573c7894caa4e5aa1ac7c64bd10ea25928b uip: 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. ---