]> git.ipfire.org Git - thirdparty/util-linux.git/commit
blkpr: store return value of getopt_long in int
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 11 Oct 2023 05:20:43 +0000 (07:20 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Nov 2023 10:09:22 +0000 (11:09 +0100)
commitd065ff00a36b7244842f743372099837bc61328b
treeddfe956bffed3bc9ea81fdacf96d9d002d14eda5
parent9ca6f1712a5803e32e26e065e32e99837ba8b5d2
blkpr: store return value of getopt_long in int

getopt_long returns an int. Don't try to store it in a char.

See #2538.

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