diff options
author | Jim Meyering <jim@meyering.net> | 1995-12-15 04:52:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-12-15 04:52:36 +0000 |
commit | 1c2d713caba7bab84976b77397a2f8f1b56679cf (patch) | |
tree | 3f150610f317ae238bdf547e55a3633343eb668d /old/textutils | |
parent | 395224e372de49a59b78500ed03c3235770b8489 (diff) | |
download | coreutils-1c2d713caba7bab84976b77397a2f8f1b56679cf.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ebf462335..27bc3133a 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -4,7 +4,7 @@ Thu Dec 14 21:13:22 1995 Jim Meyering (meyering@comco.com) * fold.c (main): Use xstrtol instead of atoi. (fold_file): Make a couple locals `int', not size_t, and cast - fwrite's arg3 to size_t. + to size_t fwrite's third parameter. * nl.c (main): Use xstrtol instead of atoi. Rename misleading --first-page=N option to --starting-line-number=N. |