summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-28 08:07:41 +0000
committerJim Meyering <jim@meyering.net>2002-03-28 08:07:41 +0000
commitd4e06e8c4671dc97a22c8ffa34a710be9e624bc6 (patch)
treeacbc72c87a7e8b29eb658dc85e0c1334c97d6caa /old/textutils
parent61789dd7d5670cf7bed2f32e5b088ae71c7c0546 (diff)
downloadcoreutils-d4e06e8c4671dc97a22c8ffa34a710be9e624bc6.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9bf4223b6..e0cb57fca 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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