From 2ab3308a562b05c4dd74c1350a3620685ec47c2b Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Wed, 25 Nov 2009 00:38:05 +0000 Subject: [PATCH] fix restore of opentries. --- H/rheap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/H/rheap.h b/H/rheap.h index f54a53975..e2b590dc5 100755 --- a/H/rheap.h +++ b/H/rheap.h @@ -1527,6 +1527,8 @@ RestoreEntries(PropEntry *pp, int int_key) opp->NextOfPE = PropAdjust(opp->NextOfPE); } + opp->OpName = + AtomAdjust(opp->OpName); if (opp->OpModule) { opp->OpModule = AtomTermAdjust(opp->OpModule); }