Hash :
e848f5aa
        
        Author :
  
        
        Date :
2024-03-05T17:02:32
        
      
strtonum: Do not abort on EINVAL from strtoi()
With musl libc strtoimax(".", ...) returns EINVAL.
Closes: !28
Signed-off-by: Guillem Jover <guillem@hadrons.org>