From: Paul Eggert Date: Sat, 11 Feb 2006 00:36:08 +0000 (+0000) Subject: Fix typo in previous checkin: I deleted a '2' by mistake. X-Git-Tag: v6.0~768 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de107e9110722cfd3a80f6c93b1371e2dd7bec43;p=thirdparty%2Fcoreutils.git Fix typo in previous checkin: I deleted a '2' by mistake. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 4775458c02..b91cba3ffe 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,7 +3,7 @@ * closeout.c (close_stdout): Don't assume 'bool' converts nonzero ints to 0 or 1, as this isn't true for the stdbool.h substitute. -006-02-02 Jim Meyering +2006-02-02 Jim Meyering Eliminate the unwelcome (albeit unlikely) possibility of xmalloc failure on deficient systems, and simplify gnulib lgpl dependencies.