On Sun, Jul 02, 2017 at 01:09:19AM +0100, Ricardo Mestre wrote:
You're blindly replacing strtoul with strtonum without taking the base 0
into account.

I'd recommend you take a look at strtoul's manpage first and check what
using base 0 means (strtonum always use base 10).
Don't worry, I can read; this is fully intentional.

Ted already mentioned the base "issue" weeks ago so I checked and
updated the diff accordingly.

Reply via email to