applied Jukkas hotfix

This commit is contained in:
Anselm R Garbe 2008-03-24 15:56:41 +00:00
parent e7423f8fc6
commit 07d82c0c2a
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ match(char *pattern) {
}
if(lprefix) {
if(itemend) {
itemend->right - lprefix;
itemend->right = lprefix;
lprefix->left = itemend;
}
else