X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=cf5c497bb938c7b212577a2d55c8bb6c9bcdf111;hp=bcd7b3d16b649b340fc4176fb7f304927270b449;hb=39cd310f18074231e3400e53f7e5234a8615a87e;hpb=99e89d0fcc69e509924b0a14a56e10d15721ccb0 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] = '_'; }