summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-27 09:42:27 +0200
committerJim Meyering <meyering@redhat.com>2007-10-27 09:42:27 +0200
commit1f05c616d241da881c7cefd1b91cd5e575e2ed15 (patch)
treee51dccabb94b82053f592a0ea6430c596f99c719 /ChangeLog
parent2e270515f72d913659c13d421c2083e0a414f727 (diff)
downloadcoreutils-1f05c616d241da881c7cefd1b91cd5e575e2ed15.tar.xz
Adjust format string so msgfmt doesn't object.
* src/df.c (main): Use "%s%s" (not %smsg) to print "msg" with or without a "Warning: " prefix. Reported by Clytie Siddall.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4377e237b..d651afd88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-27 Jim Meyering <meyering@redhat.com>
+ Adjust format string so msgfmt doesn't object.
+ * src/df.c (main): Use "%s%s" (not %smsg) to print "msg" with or
+ without a "Warning: " prefix. Reported by Clytie Siddall.
+
Clean up tests/Makefile.am.
* tests/Makefile.am (EXTRA_DIST): Remove $(TESTS). No longer defined.
(TESTS_ENVIRONMENT): Remove definition.