From ab810061926c96caea07afc41125ffbc14ac852a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 18 Jun 1998 17:39:49 -0700
Subject: [PATCH] typo

Rev: src/interpret.c:1.90
---
 src/interpret.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/interpret.c b/src/interpret.c
index d2748d81d4..5c5bbb1393 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.89 1998/06/18 23:53:12 hubbe Exp $");
+RCSID("$Id: interpret.c,v 1.90 1998/06/19 00:39:49 hubbe Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
@@ -2166,6 +2166,7 @@ int apply_low_safe_and_stupid(struct object *o, INT32 offset)
   free_object(new_frame.current_object);
   free_program(new_frame.context.prog);
 
+  fp=new_frame.parent_frame;
   return ret;
 }
 
-- 
GitLab