1
0

applied Jukkas hotfix

This commit is contained in:
Anselm R Garbe 2008-03-24 15:56:41 +00:00
parent b550b3807d
commit edc5bd2624

View File

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