From e9fce7c755375b55f00ff203813270d49e2611a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa=20II?= Date: Fri, 9 Apr 2010 11:55:36 +0100 Subject: [PATCH] fix bad while: pred chain will be restored through pred hash table. --- H/rheap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/rheap.h b/H/rheap.h index e09e868a9..fadc45174 100755 --- a/H/rheap.h +++ b/H/rheap.h @@ -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 =