fix restore of opentries.
This commit is contained in:
parent
1136597f6f
commit
2ab3308a56
@ -1527,6 +1527,8 @@ RestoreEntries(PropEntry *pp, int int_key)
|
|||||||
opp->NextOfPE =
|
opp->NextOfPE =
|
||||||
PropAdjust(opp->NextOfPE);
|
PropAdjust(opp->NextOfPE);
|
||||||
}
|
}
|
||||||
|
opp->OpName =
|
||||||
|
AtomAdjust(opp->OpName);
|
||||||
if (opp->OpModule) {
|
if (opp->OpModule) {
|
||||||
opp->OpModule = AtomTermAdjust(opp->OpModule);
|
opp->OpModule = AtomTermAdjust(opp->OpModule);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user