summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-31 17:55:01 +0000
committerJim Meyering <jim@meyering.net>1994-12-31 17:55:01 +0000
commita872332ad93b0b5373ac512337209eaa4d449602 (patch)
treed159881a1d87abd91c52b6a9cbf17802d8b1f463 /src/factor.c
parente8bb8dff6ae93a0b71d3696fd63c35cae3894e3c (diff)
downloadcoreutils-a872332ad93b0b5373ac512337209eaa4d449602.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 28223733c..f2d26976d 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -136,7 +136,7 @@ do_stdin ()
&tokenbuffer);
if (token_length < 0)
break;
- /* FIXME: Use xstrtoul, not atoi. */
+ /* FIXME: Use strtoul, not atoi. */
print_factors ((unsigned long) atoi (tokenbuffer.buffer));
}
free (tokenbuffer.buffer);