]> git.ipfire.org Git - thirdparty/systemd.git/commit
execute: fix minor type confusion
authorLennart Poettering <lennart@poettering.net>
Fri, 9 Jun 2023 19:57:51 +0000 (21:57 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 10 Jun 2023 06:12:40 +0000 (15:12 +0900)
commitfcc0668282764b16bfea45292c50dce0740fb344
treecb38be9b9a2b1ac629904651ded68e8af9483382
parent4fd7c712dcba3c4ed7183ba327d0b88d9b0be9bb
execute: fix minor type confusion

The .gl_pathc field is size_t, hence count in size_t too, to not
accidentally drop 32 of 64bits on the floor.
src/core/execute.c