diff options
author | Jim Meyering <jim@meyering.net> | 1994-10-19 02:45:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-10-19 02:45:36 +0000 |
commit | 6a76abbf9c911e179a4d6fbd38940077ad1a0f3a (patch) | |
tree | 5d1312076efd5cb5ffb2d512e341d8026b78bc7a | |
parent | 131aa77dd9cf1ecc0fb10afead3facf8bdbc0a45 (diff) | |
download | coreutils-6a76abbf9c911e179a4d6fbd38940077ad1a0f3a.tar.xz |
.
-rw-r--r-- | src/od.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -421,6 +421,7 @@ my_strtoul (s, base, val, allow_bkm_suffix) assert (0 <= base && base <= 36); + errno = 0; tmp = strtoul (s, &p, base); if (errno != 0) return UINT_OVERFLOW; |