From: Jim Meyering Date: Mon, 17 Jul 2000 20:07:33 +0000 (+0000) Subject: (visible): Don't mark `' for translation. X-Git-Tag: FILEUTILS-4_0x~42 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5c05881f32bd8864a90a7bd4f5b6027c0d07b301;p=thirdparty%2Fcoreutils.git (visible): Don't mark `' for translation. The standard requires that exact string. --- diff --git a/src/stty.c b/src/stty.c index c26374717f..2e10809b34 100644 --- a/src/stty.c +++ b/src/stty.c @@ -1819,7 +1819,7 @@ visible (unsigned int ch) char *bpout = buf; if (ch == _POSIX_VDISABLE) - return _(""); + return ""; if (ch >= 32) {