From fb33c67823004b512c96bc49bfe06ac3100cdf0b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 8 Sep 2009 00:21:18 -0700 Subject: [PATCH] ar.c (main): Fix typo in message format. --- src/ChangeLog | 4 ++++ src/ar.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7b9970c66..5e439104e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-09-08 Roland McGrath + + * ar.c (main): Fix typo in message format. + 2009-08-21 Roland McGrath * readelf.c (attr_callback): Use print_block only when we don't use diff --git a/src/ar.c b/src/ar.c index 9be0649ff..5d7a6e764 100644 --- a/src/ar.c +++ b/src/ar.c @@ -233,7 +233,7 @@ MEMBER parameter required for 'a', 'b', and 'i' modifiers")); if ((dont_replace_existing || allow_truncate_fname) && unlikely (operation != oper_extract)) - error (1, 0, gettext ("'%' is only meaningful with the 'x' option"), + error (1, 0, gettext ("'%c' is only meaningful with the 'x' option"), dont_replace_existing ? 'C' : 'T'); /* There must at least be one more parameter specifying the archive. */ -- 2.47.2