| changeset 332 | 9f735b6f5939 |
| parent 313 | 643c4a94c2ae |
| child 348 | 3ad2e14e4cb7 |
1.1 --- a/librazor/merger.c Tue Jul 08 21:55:56 2008 -0400 1.2 +++ b/librazor/merger.c Thu Jan 08 15:36:35 2009 +0000 1.3 @@ -284,7 +284,7 @@ 1.4 continue; 1.5 } 1.6 if (e1 && !map1[e1 - root1] && 1.7 - e2 && !map1[e2 - root2]) { 1.8 + e2 && !map2[e2 - root2]) { 1.9 if ((e1++)->flags & RAZOR_ENTRY_LAST) 1.10 e1 = NULL; 1.11 if ((e2++)->flags & RAZOR_ENTRY_LAST)