From 175585876f4814b69cfdec9136b1431cd0a65d59 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 29 Apr 1996 01:36:49 +0000 Subject: [PATCH] . --- old/textutils/ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 55be7445c3..a560289e51 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,9 +1,10 @@ Sun Apr 28 17:10:03 1996 Jim Meyering (meyering@na-net.ornl.gov) * fmt.c (copy_rest): Don't copy past end of prefix. Output - trailing spaces if the prefix had any. Before, the command - perl -e 'print "| S";' |fmt -p' | '|tr '\0' @ output `|@S'. - Reported by François Pinard. + trailing spaces if the prefix had any. Before, fmt would + improperly output NUL bytes. The command + perl -e 'print "| S";' |fmt -p' | '|tr '\0' @ + output `|@S'. Reported by François Pinard. * sort.c (main): Give a better diagnostic for `sort -0'. Reported by Karl Berry. -- 2.47.2