]> git.ipfire.org Git - thirdparty/systemd.git/commit
parse-util: make safe_atou8() just a wrapper around safe_atou8_full() 24568/head
authorLennart Poettering <lennart@poettering.net>
Mon, 5 Sep 2022 16:08:16 +0000 (18:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 5 Sep 2022 16:17:18 +0000 (18:17 +0200)
commit11a1ac5978eb7835bf485ef18ea3a10f09975cf9
tree45555054de9546cf8dd1f10c87323caaea46f561
parentc74101200c4f055dc376fda0b42f2c858c4431fa
parse-util: make safe_atou8() just a wrapper around safe_atou8_full()

As in the previous commit: it's just a wrapper around the same
strtoul(), hence let's just share some more code.
src/basic/parse-util.c
src/basic/parse-util.h