This commit is contained in:
Jim Meyering 1994-12-31 17:51:57 +00:00
parent e50ceb339f
commit 60d3ac3f15

View File

@ -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);