X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoken.c;h=95df50f66e00347bf0dab10835b30ca22d16218d;hb=9920700ecb14b9c31938c19c7474173585166563;hp=d1e3eb3b5f1c2324d4eaf025a656f313c96e37d9;hpb=1708c99d4b6263863304d48ebca3b3473d6a0112;p=YACASL2.git diff --git a/src/token.c b/src/token.c index d1e3eb3..95df50f 100644 --- a/src/token.c +++ b/src/token.c @@ -80,7 +80,7 @@ OPD *opdtok(const char *str) break; } if(strlen(q) - rcnt > OPDSIZE) { - setcerr(118, ""); /* operand length is too long */ + setcerr(118, ""); /* operand length too long */ break; } opd->opdv[(++opd->opdc)-1] = strdup_chk(q, "opd.opdv[]");