mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 07:24:22 +08:00
.
This commit is contained in:
parent
60d3ac3f15
commit
e0c2f72ee5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user