fix restore of opentries.

This commit is contained in:
Vitor Santos Costa 2009-11-25 00:38:05 +00:00
parent 1136597f6f
commit 2ab3308a56
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}