(unquote): Remove unnecessary `' quotes from a diagnostic.
authorJim Meyering <jim@meyering.net>
Sat, 18 Jun 2005 06:25:09 +0000 (06:25 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Jun 2005 06:25:09 +0000 (06:25 +0000)
src/tr.c

index b7d0ebe..edbd2c7 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -516,7 +516,7 @@ unquote (char const *s, struct E_string *es)
                             is undefined, which means we're allowed to issue
                             a warning.  */
                          error (0, 0, _("warning: the ambiguous octal escape \
-\\%c%c%c is being\n\tinterpreted as the 2-byte sequence \\0%c%c, `%c'"),
+\\%c%c%c is being\n\tinterpreted as the 2-byte sequence \\0%c%c, %c"),
                                 s[i], s[i + 1], s[i + 2],
                                 s[i], s[i + 1], s[i + 2]);
                        }