summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-25 09:20:44 +0200
committerJim Meyering <meyering@redhat.com>2007-10-25 09:20:44 +0200
commite80f3acc36acd3c7fa3fc064184b2f47bb065dd9 (patch)
treeb797221a23b2feead1e0094fdd093675c3dc6f3d /ChangeLog
parent3c6e338b0fab1405ce32b18d89431888ed62d909 (diff)
downloadcoreutils-e80f3acc36acd3c7fa3fc064184b2f47bb065dd9.tar.xz
Add attribution for the expr.c-vs-xgettext report.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 063960da3..7a23e14c3 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 <meyering@redhat.com>