summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-31 17:54:33 +0000
committerJim Meyering <jim@meyering.net>1994-12-31 17:54:33 +0000
commite8bb8dff6ae93a0b71d3696fd63c35cae3894e3c (patch)
tree57b8ab91d7253a5facc400ca6c64f8bb16dc9d24 /src/factor.c
parente0c2f72ee5bf9a3d4769415bbc466696801872e9 (diff)
downloadcoreutils-e8bb8dff6ae93a0b71d3696fd63c35cae3894e3c.tar.xz
.
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index f2d26976d..28223733c 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);