X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Ftoken.c;h=35ddbf741416d0b55852b1355307e755ef87964f;hp=fcb1aeb0dbcc01658777f2655f936165852661b2;hb=0e3065564e83037d5fbbb3e0e1595e7ce95ce8eb;hpb=1f490c5ea15d073c9ec918b78a5e6117a0a8bd3e 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; }