]> git.ipfire.org Git - thirdparty/util-linux.git/commit
ctrlaltdel: pass correct integer types to printf
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 22 Apr 2026 21:40:51 +0000 (23:40 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Thu, 14 May 2026 11:19:43 +0000 (13:19 +0200)
commit36c14e043470f8a9dbb80de4e45be049f210e281
tree8afa4759b471c23a9028526aeaeda226fc3a6784
parent8c8a212685dc329f9383c9e1ce9ce119c88dd1b4
ctrlaltdel: pass correct integer types to printf

The printf format %ju expects an 'uintmax_t'. Cast the value to make
sure the correct type is passed.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
sys-utils/ctrlaltdel.c