]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uclampset: Fix left over optind++
authorQais Yousef <qais.yousef@arm.com>
Mon, 7 Jun 2021 16:11:11 +0000 (17:11 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Jul 2021 09:08:52 +0000 (11:08 +0200)
commit4f42dc779e222303438480a27830f156f3cb285e
treebb43a73a5a09b507a02dcd69088e35b01902c99f
parent97660cb42a83eb3ffc15c99539c7d72b7f2b8f5d
uclampset: Fix left over optind++

The code was changed to use ':' in getopt_long() but these were left
over by mistake causing weird random errors when using these options
depending on the order they were fed.

Signed-off-by: Qais Yousef <qais.yousef@arm.com>
schedutils/uclampset.c