From f3c0df36be042489041968c57b201a1f44664c2b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 27 Sep 2005 14:30:30 +0000 Subject: 21769: fix some consequences of 21730 in completion lists --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index 8a7c557f0..7bf4213c7 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -260,7 +260,7 @@ nicechar(int c) * This can't happen if the character is printed "nicely", so * this results in a maximum of two bytes total (plus the null). */ - if (itok(c)) { + if (imeta(c)) { *s++ = Meta; *s++ = c ^ 32; } else -- cgit 1.4.1