This commit is contained in:
Jim Meyering 1994-12-31 17:54:33 +00:00
parent e0c2f72ee5
commit e8bb8dff6a

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