From 40d3d7f82925aee0f2c53e7ccc3da3be79b022d3 Mon Sep 17 00:00:00 2001 From: "Steffen (Daode) Nurpmeso" Date: Fri, 11 Jul 2014 14:07:12 +0200 Subject: [PATCH] colalign(): case to uc_it to avoid CC warning --- auxlily.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auxlily.c b/auxlily.c index cf3cb76d..7b2e36e4 100644 --- a/auxlily.c +++ b/auxlily.c @@ -1132,7 +1132,7 @@ jnobidi: { n = sz = 1; istab = (*cp == '\t'); - isrepl = !(istab || isprint(*cp)); + isrepl = !(istab || isprint((uc_it)*cp)); } if (n > col) -- 2.11.4.GIT