]> git.ipfire.org Git - thirdparty/util-linux.git/commit
cfdisk: do not use atoi()
authorKarel Zak <kzak@redhat.com>
Tue, 22 Jun 2021 09:50:06 +0000 (11:50 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 22 Jun 2021 09:50:06 +0000 (11:50 +0200)
commit94a5b2e84fba0545ba5485c04b671185895584ce
tree9bb82888c7a9f33b27e38eee0963c2bd01539b88
parent3e5e56eb0ad620adfd1c26e1a9b3a09a59154165
cfdisk: do not use atoi()

It's unnecessary to use atoi in this case.

Addresses: https://github.com/karelzak/util-linux/issues/1358
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/cfdisk.c