From: Jim Meyering Date: Thu, 25 Oct 2007 07:20:44 +0000 (+0200) Subject: Add attribution for the expr.c-vs-xgettext report. X-Git-Tag: v6.9.89~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80f3acc36acd3c7fa3fc064184b2f47bb065dd9;p=thirdparty%2Fcoreutils.git Add attribution for the expr.c-vs-xgettext report. --- diff --git a/ChangeLog b/ChangeLog index 063960da3d..7a23e14c3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ Tell xgettext that "ARG1 % ARG2" is not a C format string. * src/expr.c (usage): Add a comment to override xgettext's default behavior, which would classify "ARG1 % ARG2" as a fprintf-style - format string. + format string. Reported by Clytie Siddall. 2007-10-24 Jim Meyering