This commit is contained in:
Jim Meyering 1994-12-31 17:53:04 +00:00
parent 60d3ac3f15
commit e0c2f72ee5

View File

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