From a00c3d1b279c07fb85925e10f85cb5b2c879a330 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 14 Nov 1998 08:22:02 +0000 Subject: Type cast nit from Gero Treuner. --- help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help.c') diff --git a/help.c b/help.c index bc9c4dc9..eaedf7b0 100644 --- a/help.c +++ b/help.c @@ -131,7 +131,7 @@ static int print_macro (FILE *f, int maxchar, const char **macro) { --n; fputc(c, f); - c = *++*macro; + c = (unsigned char) *++*macro; } else c = 0; -- cgit v1.2.3