Skip to content
Snippets Groups Projects
Commit 0e7aa11a authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: src/main.c:1.95
parent e3359636
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/**/ /**/
#include "global.h" #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 "fdlib.h"
#include "backend.h" #include "backend.h"
#include "module.h" #include "module.h"
...@@ -447,8 +447,8 @@ int dbm_main(int argc, char **argv) ...@@ -447,8 +447,8 @@ int dbm_main(int argc, char **argv)
dlclose(handle); dlclose(handle);
if(bos_location && *bos_location && if(bos_location && *bos_location &&
(*bos_location - stack_top) *STACK_DIRECTION < 0) (*bos_location - Pike_interpreter.stack_top) *STACK_DIRECTION < 0)
stack_top=*bos_location; Pike_interpreter.stack_top=*bos_location;
} }
} }
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment