1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-01 05:26:20 +02:00

(unquote): Remove unnecessary `' quotes from a diagnostic.

This commit is contained in:
Jim Meyering
2005-06-18 06:25:09 +00:00
parent d96810b0cc
commit 2504feb8c3
+1 -1
View File
@@ -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]);
}