still checking

This commit is contained in:
Jim Meyering 1994-12-31 17:46:31 +00:00
parent 6a8f231a9c
commit e50ceb339f

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