X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=cf5c497bb938c7b212577a2d55c8bb6c9bcdf111;hb=eec22f627f35bfb37d408463c4d810482b0d3dae;hp=bcd7b3d16b649b340fc4176fb7f304927270b449;hpb=714b5c530ece27ea2835a313013f5b770163403c;p=mmh diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index bcd7b3d..cf5c497 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -237,11 +237,7 @@ compile_error(char *str, char *cp) usr_fstring[errpos] = '\0'; for (i = errpos-errctx; i < errpos; i++) { -#ifdef LOCALE if (iscntrl(usr_fstring[i])) -#else - if (usr_fstring[i] < 32) -#endif usr_fstring[i] = '_'; }