]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: always use "int" to display exit status values
authorLennart Poettering <lennart@poettering.net>
Mon, 29 Jul 2019 17:14:09 +0000 (19:14 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 29 Jul 2019 17:14:09 +0000 (19:14 +0200)
commit563067ad265f4704395165177fb5b83bc9628c66
tree05a931d96e5b5b2d9fc1c69049de36407af0349f
parente04ed6db6b44681b7a7876b9c4a1e6adaf877670
analyze: always use "int" to display exit status values

That's what it actually is, hence let's use that and cast when the type
is bigger.
src/analyze/analyze.c