1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 17:18:45 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-03-28 08:07:41 +00:00
parent 61789dd7d5
commit d4e06e8c46

View File

@@ -23,7 +23,7 @@
2002-02-23 Paul Eggert <eggert@twinsun.com>
* src/cat.c (simple_cat, cat, main): Used char * rather than
* src/cat.c (simple_cat, cat, main): Use char * rather than
unsigned char *, to avoid some technical violations of the C
standard, and to avoid the need for casts. I guess the
unsigned char * was probably there for improved performance