xiangjs6 <xiangjin...@qq.com> ha escrit: > - t->decoder (st, t->keyword, kp->value, strlen (kp->value)); > + t->decoder (st, kp->pattern, kp->value, strlen (kp->value));
You are trying to use *pattern* as a keyword, which is wrong. What do you want to achieve? Regards, Sergey