X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ftoken.c;h=35ddbf741416d0b55852b1355307e755ef87964f;hb=cc884e475afe3f48804b35336e68bce4088be61a;hp=fcb1aeb0dbcc01658777f2655f936165852661b2;hpb=1f490c5ea15d073c9ec918b78a5e6117a0a8bd3e;p=YACASL2.git diff --git a/src/token.c b/src/token.c index fcb1aeb..35ddbf7 100644 --- a/src/token.c +++ b/src/token.c @@ -38,7 +38,7 @@ OPD *opdtok(const char *str) setcerr(121, NULL); /* cannot get operand token */ break; } - if(strlen(p) > OPDSIZE + 2) { + if(strlen(p) > OPDSIZE + 2) { /* OPDSIZE + 「'」2文字分 */ setcerr(118, p); /* operand length is too long */ break; }