1
0

tweak match

This commit is contained in:
Connor Lane Smith 2011-09-20 00:09:20 +01:00
parent a2afffca82
commit bc8d75a885

View File

@ -392,7 +392,7 @@ match(void) {
appenditem(item, &lsubstr, &substrend);
}
if(lprefix) {
if(matchend) {
if(matches) {
matchend->right = lprefix;
lprefix->left = matchend;
}
@ -401,7 +401,7 @@ match(void) {
matchend = prefixend;
}
if(lsubstr) {
if(matchend) {
if(matches) {
matchend->right = lsubstr;
lsubstr->left = matchend;
}