From: Jim Meyering Date: Wed, 11 Oct 2006 05:46:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-6_4~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8202f4d6d5e8c7d91801f2343fd42638be1f6ff3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b41fc210b0..6c1506d361 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ * src/ls.c (quote_name): Use initializer rather than memset to initialize an object to zero. This is easier to read and is less - likely to introduce an runtime error due to a mixup. It causes + likely to introduce a runtime error due to a mixup. It causes gcc -W to issue a warning, but you can work around this by appending -Wno-missing-field-initializers. * src/pathchk.c (portable_chars_only): Likewise.