]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/install: drop unnecessary casts
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 2 Mar 2022 16:19:56 +0000 (17:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Mar 2022 09:22:20 +0000 (10:22 +0100)
commitd3e85c9c81b1dd55eed2a33e8c25cef38db665f9
treed9e4958d7cb0d72d6e69416ed163b8e2b7e6872f
parent066931818d92dce63ebe97800a638defbb6246b9
shared/install: drop unnecessary casts

The compiler coerces to bool for us, no need to do it explicitly.
src/shared/install.c