diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-26 18:17:42 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-26 18:17:42 +0000 |
commit | d507f94cf4aad6f3f03f478fcba27ec673d8e1d6 (patch) | |
tree | c23e6a01fc51d8419c1562f70836148c705ac46a /libbb/bb_strtonum.c | |
parent | 814481658de0435847aa696c3d748871f1c72122 (diff) | |
download | busybox-w32-d507f94cf4aad6f3f03f478fcba27ec673d8e1d6.tar.gz busybox-w32-d507f94cf4aad6f3f03f478fcba27ec673d8e1d6.tar.bz2 busybox-w32-d507f94cf4aad6f3f03f478fcba27ec673d8e1d6.zip |
merge post-1.3.0 fixes
git-svn-id: svn://busybox.net/trunk/busybox@17084 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/bb_strtonum.c')
-rw-r--r-- | libbb/bb_strtonum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/bb_strtonum.c b/libbb/bb_strtonum.c index 6fbd1f87d..50ef0ba26 100644 --- a/libbb/bb_strtonum.c +++ b/libbb/bb_strtonum.c | |||
@@ -17,6 +17,7 @@ | |||
17 | * errno = ERANGE if value had alphanumeric terminating char ("1234abcg"). | 17 | * errno = ERANGE if value had alphanumeric terminating char ("1234abcg"). |
18 | * errno = ERANGE if value is out of range, missing, etc. | 18 | * errno = ERANGE if value is out of range, missing, etc. |
19 | * errno = ERANGE if value had minus sign for strtouXX (even "-0" is not ok ) | 19 | * errno = ERANGE if value had minus sign for strtouXX (even "-0" is not ok ) |
20 | * return value is all-ones in this case. | ||
20 | */ | 21 | */ |
21 | 22 | ||
22 | static unsigned long long ret_ERANGE(void) | 23 | static unsigned long long ret_ERANGE(void) |