fix bug in restore operators.

This commit is contained in:
Vitor Santos Costa 2009-11-20 00:30:36 +00:00
parent 8c1ba9562a
commit 26e4ce7e27
1 changed files with 1 additions and 0 deletions

View File

@ -1527,6 +1527,7 @@ RestoreEntries(PropEntry *pp, int int_key)
opp->OpModule = AtomTermAdjust(opp->OpModule);
}
}
break;
case ModProperty:
{
ModEntry *me = (ModEntry *)pp;