From: Jim Meyering Date: Wed, 14 Sep 2005 16:10:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51855122864b0b75c627a56e79d3e2470bf8d1fd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3bd36d3050..cbb1e10aac 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,7 @@ * strftime.c (my_strftime): Parse the colons of %:::z *after* the optional field width, not before, so we accept %9:z, not %:9z. + (my_strftime): Be sure to use L_('x') for literals. 2005-09-13 Paul Eggert