From a49422bcf783e00f3d56c48d9185a2f8708ad829 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 27 Jan 1998 12:51:56 -0800
Subject: [PATCH] core-dumping bug fixed

Rev: src/las.c:1.46
---
 src/las.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/las.c b/src/las.c
index 26a0e69bc5..156c8d57ff 100644
--- a/src/las.c
+++ b/src/las.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: las.c,v 1.45 1998/01/26 19:59:54 hubbe Exp $");
+RCSID("$Id: las.c,v 1.46 1998/01/27 20:51:56 hubbe Exp $");
 
 #include "language.h"
 #include "interpret.h"
@@ -610,7 +610,7 @@ void resolv_constant(node *n)
     
     if(IDENTIFIER_IS_CONSTANT(i->identifier_flags))
     {
-      push_svalue(PROG_FROM_INT(new_program, numid)->constants +
+      push_svalue(PROG_FROM_INT(p, numid)->constants +
 		  i->func.offset);
     }else{
       yyerror("Identifier is not a constant");
-- 
GitLab