diff options
author | Jim Meyering <jim@meyering.net> | 1995-12-20 05:47:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-12-20 05:47:35 +0000 |
commit | 99cf57df5f69d39cf269018ae7d32c9899fc1e08 (patch) | |
tree | 7a5047aaf9f46d2f907c6ed41152043106c4955b /old/textutils | |
parent | b71a14097794c89023d09467fe2aa550e1f8945f (diff) | |
download | coreutils-99cf57df5f69d39cf269018ae7d32c9899fc1e08.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 48e268c01..784182c22 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -13,7 +13,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 - to size_t fwrite's third parameter. + fwrite's third parameter to size_t. * nl.c (main): Use xstrtol instead of atoi. Rename misleading --first-page=N option to --starting-line-number=N. |