Use %lc instead of %C.

This commit is contained in:
Ralf Corsepius
2009-09-29 03:21:52 +00:00
parent 708fe56b6c
commit f798021790

View File

@@ -140,7 +140,7 @@ retry:
pad = 3 - width;
if (pad < 0)
pad = 0;
(void)printf("%*s%C", pad, "", wc);
(void)printf("%*s%lc", pad, "", wc);
pr->mbleft = clen - 1;
}
} else {