]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(write_counts): Add a comment.
authorJim Meyering <jim@meyering.net>
Sun, 20 Jul 2003 15:45:29 +0000 (15:45 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Jul 2003 15:45:29 +0000 (15:45 +0000)
commit224d5c81705cdf1cfc3add6a3fa14eb90fc3ed07
treece5ab857d4f9143869d4100367fa002eaf332a1b
parent47c0b910f1813f8dd1792ea113fd814e1f274293
(write_counts): Add a comment.
(wc): Rename `file' parameter.
Set new local, `file', to be the file name, or (when it's NULL)
_("standard output") so that all uses of `file' use the proper value.
Use STREQ, not strcmp.
src/wc.c