From 26e4ce7e27a040ab6fc45b54c70191ea89512be0 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 20 Nov 2009 00:30:36 +0000 Subject: [PATCH] fix bug in restore operators. --- H/rheap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/H/rheap.h b/H/rheap.h index f1f5f22bc..032955eeb 100644 --- a/H/rheap.h +++ b/H/rheap.h @@ -1527,6 +1527,7 @@ RestoreEntries(PropEntry *pp, int int_key) opp->OpModule = AtomTermAdjust(opp->OpModule); } } + break; case ModProperty: { ModEntry *me = (ModEntry *)pp;