Of course the diff still may make sense if working with different bases, apart from 10, is not required anymore.
On 01:09 Sun 02 Jul , Ricardo Mestre wrote: > Hi Klemens, > > 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). > > Best regards, > mestre >
