fix bad while: pred chain will be restored through pred hash table.

This commit is contained in:
Vítor Santos Costa II 2010-04-09 11:55:36 +01:00
parent 45473e939b
commit e9fce7c755
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ RestoreEntries(PropEntry *pp, int int_key)
AtomAdjust(fe->NameOfFE);
p0 = fe->PropsOfFE =
PropAdjust(fe->PropsOfFE);
while (!EndOfPAEntr(p0)) {
if (!EndOfPAEntr(p0)) {
/* at most one property */
CleanCode(RepPredProp(p0));
RepPredProp(p0)->NextOfPE =