(my_strtoumax): Fix typo in computing
authorJim Meyering <jim@meyering.net>
Tue, 20 Apr 1999 13:24:14 +0000 (13:24 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 20 Apr 1999 13:24:14 +0000 (13:24 +0000)
commit93627d90a57bd8190dc5adc94685b7e2d96d9312
treee5b7bb0ce99798251bb53a4470ab11ac2e46669f
parentc28aeded520efa8879472b6f902ac9b7ef718198
(my_strtoumax): Fix typo in computing
whether overflow occurred.  Improve overflow-detection to use
only one conditional branch total, rather than 2N+1
conditional branches for an N-digit number.
lib/xstrtoumax.c