From: Jim Meyering Date: Thu, 28 Mar 2002 08:07:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_8~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4e06e8c4671dc97a22c8ffa34a710be9e624bc6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9bf4223b68..e0cb57fca2 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -23,7 +23,7 @@ 2002-02-23 Paul Eggert - * 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