X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=1fc5f36d9984831c7609bb64e0f6d005d3b5b47b;hp=173f12d44c0f8e5eb3a10b4a059c2855735efbb7;hb=db62cda50055368e5f4ac51df787053f70706c30;hpb=6e5da31c92f5a3fa38e010052c5a7743bfe1cf11 diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 173f12d..1fc5f36 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -289,7 +289,7 @@ compile_error(char *str, char *cp) } advise(NULL, "\"%s\": format compile error - %s", - &usr_fstring[errpos-errctx], str); + &usr_fstring[errpos-errctx], str); adios(NULL, "%*s", errctx+1, "^"); }