From 0e7aa11af06cb9f7d79edaa54bc7935d5df57d9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sat, 5 Aug 2000 23:16:30 -0700
Subject: [PATCH] bugfix

Rev: src/main.c:1.95
---
 src/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main.c b/src/main.c
index 3616deded7..a4d5249167 100644
--- a/src/main.c
+++ b/src/main.c
@@ -5,7 +5,7 @@
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: main.c,v 1.94 2000/07/28 17:16:55 hubbe Exp $");
+RCSID("$Id: main.c,v 1.95 2000/08/06 06:16:30 hubbe Exp $");
 #include "fdlib.h"
 #include "backend.h"
 #include "module.h"
@@ -447,8 +447,8 @@ int dbm_main(int argc, char **argv)
 	  dlclose(handle);
 
 	  if(bos_location && *bos_location &&
-	     (*bos_location - stack_top) *STACK_DIRECTION < 0)
-	    stack_top=*bos_location;
+	     (*bos_location - Pike_interpreter.stack_top) *STACK_DIRECTION < 0)
+	    Pike_interpreter.stack_top=*bos_location;
 	}
       }
 #else
-- 
GitLab