X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=d699916a7f9743b1dcc8cc97d7bdfeee971e2267;hp=798f1f6888d57a1bb1ee0b671c2444371f6217f0;hb=13f84dd50ca5754391dbd3296a5c7425f9363600;hpb=1524cb8c0b86a854149d7859d6a2503d61dbaa36 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)