From: Jim Meyering Date: Sat, 31 Dec 1994 17:54:33 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8bb8dff6ae93a0b71d3696fd63c35cae3894e3c;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/factor.c b/src/factor.c index f2d26976d7..28223733c3 100644 --- a/src/factor.c +++ b/src/factor.c @@ -136,7 +136,7 @@ do_stdin () &tokenbuffer); if (token_length < 0) break; - /* FIXME: Use strtoul, not atoi. */ + /* FIXME: Use xstrtoul, not atoi. */ print_factors ((unsigned long) atoi (tokenbuffer.buffer)); } free (tokenbuffer.buffer);