]> git.ipfire.org Git - thirdparty/systemd.git/commit
parse-util: also parse integers prefixed with 0b and 0o
authorLennart Poettering <lennart@poettering.net>
Mon, 1 Jun 2020 15:31:51 +0000 (17:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 5 Jun 2020 13:56:32 +0000 (15:56 +0200)
commitfc80cabcf584a8b486bdff5be0c074fec4059cdc
treeb3c7147672631ab477f460673afabda30c92a20e
parent60eb1f0728f215be85f0a65c1dca72a352833608
parse-util: also parse integers prefixed with 0b and 0o

Let's adopt Python 3 style 0b and 0x syntaxes, because it makes a ton of
sense, in particular in bitmask settings.
src/basic/parse-util.c