From: Jim Meyering Date: Mon, 11 Feb 2002 08:34:47 +0000 (+0000) Subject: (unquote): Make comment a little clearer. X-Git-Tag: TEXTUTILS-2_0_21~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55a1f9d86bf1b8bc5d63223cc5984c58ad14a96a;p=thirdparty%2Fcoreutils.git (unquote): Make comment a little clearer. --- diff --git a/src/tr.c b/src/tr.c index 6b4b8604f9..2ee69ff8e6 100644 --- a/src/tr.c +++ b/src/tr.c @@ -545,7 +545,7 @@ unquote (const unsigned char *s, struct E_string *es) } else if (!posix_pedantic) { - /* Any octal number larger than 0377 won't + /* A 3-digit octal number larger than \377 won't fit in 8 bits. So we stop when adding the next digit would put us over the limit and give a warning about the ambiguity. POSIX