fix bad while: pred chain will be restored through pred hash table.
This commit is contained in:
parent
45473e939b
commit
e9fce7c755
@ -1352,7 +1352,7 @@ RestoreEntries(PropEntry *pp, int int_key)
|
|||||||
AtomAdjust(fe->NameOfFE);
|
AtomAdjust(fe->NameOfFE);
|
||||||
p0 = fe->PropsOfFE =
|
p0 = fe->PropsOfFE =
|
||||||
PropAdjust(fe->PropsOfFE);
|
PropAdjust(fe->PropsOfFE);
|
||||||
while (!EndOfPAEntr(p0)) {
|
if (!EndOfPAEntr(p0)) {
|
||||||
/* at most one property */
|
/* at most one property */
|
||||||
CleanCode(RepPredProp(p0));
|
CleanCode(RepPredProp(p0));
|
||||||
RepPredProp(p0)->NextOfPE =
|
RepPredProp(p0)->NextOfPE =
|
||||||
|
Reference in New Issue
Block a user