X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e8635a8a1c577636becd53428ff290860280238f..38615191:/sbr/fmt_compile.c?ds=inline diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 798f1f68..d699916a 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -183,7 +183,7 @@ static struct ftable functable[] = { #define PUTC(c) NEW(FT_CHAR,0,0); fp->f_char = (c); static char *format_string; -static char *usr_fstring; /* for CERROR */ +static unsigned char *usr_fstring; /* for CERROR */ #define CERROR(str) compile_error (str, cp)