]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 12 Sep 2001 07:45:27 +0000 (07:45 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 Sep 2001 07:45:27 +0000 (07:45 +0000)
old/textutils/ChangeLog

index 0bd8aab7019825143e80a587664364173bab33e9..08d9b6fa767b5d3f19e2989707a6f4e801484cea 100644 (file)
@@ -9,7 +9,7 @@
        (parse_options): Accept it.
        Patch by Christian Kurz, via Herbert Xu.
 
-       The command `echo foo|fmt -w 100000' would cause fmt to segfault.
+       The command `echo foo|fmt -w N' for N>=32K would cause fmt to segfault.
 
        * src/fmt.c [struct Word]: Declare members length, space, and
        line_length to be of type `int', not short.