]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 29 Apr 1996 01:36:49 +0000 (01:36 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Apr 1996 01:36:49 +0000 (01:36 +0000)
old/textutils/ChangeLog

index 55be7445c3ff4dc58c5b55b6e1cc6a0402f82038..a560289e51cea4ced0cf0482fc8811f18fc0c2a6 100644 (file)
@@ -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.