X-Git-Url: https://git.armaanb.net/?p=sic.git;a=blobdiff_plain;f=sic.c;h=c1e428effa57a8675c123f100d122a1971a210a2;hp=774f357aff161655e710fd60d26e79be871d1d24;hb=HEAD;hpb=ec293427a0cc2ef7f561a60347ce940d567efb72 diff --git a/sic.c b/sic.c index 774f357..c1e428e 100644 --- a/sic.c +++ b/sic.c @@ -74,7 +74,7 @@ parsein(char *s) { return; } c = *++s; - if(c != '\0' && isspace(s[1])) { + if(c != '\0' && isspace((unsigned char)s[1])) { p = s + 2; switch(c) { case 'j':