another very embarassing bug found by Thomas Walpuski

This commit is contained in:
leitner
2002-05-17 15:55:56 +00:00
parent 8714d36017
commit 5c8d2ac830

View File

@@ -130,7 +130,7 @@ static void fixup(struct Filter* f) {
uint32 j=uint32_read(x);
if (!matchcasestring(&f->ava.desc,map+j)) {
f->attrofs=j;
uint32_unpack(x+-attribute_count*4,&f->attrflag);
uint32_unpack(x+attribute_count*4,&f->attrflag);
break;
}
x+=4;