]> git.ipfire.org Git - thirdparty/util-linux.git/commit
renice: make code more readable for static analyzer [coverity scan]
authorKarel Zak <kzak@redhat.com>
Tue, 28 May 2019 10:19:23 +0000 (12:19 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 28 May 2019 10:19:23 +0000 (12:19 +0200)
commit9f74aa07d4d09ba45cce3fea36e9447a3e96ae8c
tree14ed012d5602a84ff32d8317f113edef6431b3c1
parent517debc389414cce263ab1dbbb5a9df02a76a464
renice: make code more readable for static analyzer [coverity scan]

It seems coverity and clag have no clue about relation between argv[]
and argc. Let's make code more readable for them...

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/renice.c