chiark / gitweb /
Use bool, true, and false in more places
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 10 Jul 2024 09:13:48 +0000 (10:13 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 10 Jul 2024 13:47:34 +0000 (14:47 +0100)
commit08bbcb04f66e8bc37920a65b4320faf2d53cb857
treedcf2a4f12d5187560054b7e58f11cf942f5a64f6
parentc9ce6d79a9326b4eaa363ab1919ec209dcf70060
Use bool, true, and false in more places

There were still places where I was storing booleans in int variables
and explicitly using 0 and 1.
bedstead.c