commit | 154eefecc93b69c6af8040ceef5f004e595a827f | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <sebastian@centricular.com> | Fri Nov 28 14:17:54 2014 +0100 |
committer | Sebastian Dröge <sebastian@centricular.com> | Mon Dec 01 09:51:37 2014 +0100 |
tree | fdda1093ac700aa2ac17268ba37c69aa8ac2b209 | |
parent | f2e4c255880b199bd3b3b41286a41f6c14a02f51 [diff] |
Don't compare booleans for equality to TRUE and FALSE TRUE is 1, but every other non-zero value is also considered true. Comparing for equality with TRUE would only consider 1 but not the others. Also normalize booleans in a few places.