X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=d699916a7f9743b1dcc8cc97d7bdfeee971e2267;hb=c79c37f2b6e647212c36b63841a4628af01c774a;hp=798f1f6888d57a1bb1ee0b671c2444371f6217f0;hpb=e8635a8a1c577636becd53428ff290860280238f;p=mmh diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 798f1f6..d699916 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)