From 4e1549318ea08ca876f903ccd8a92e974b1f630a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 16 Dec 1997 23:50:05 +0100
Subject: [PATCH] Fixed bug.

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

diff --git a/src/lex.c b/src/lex.c
index 2a79c1ec03..f856d3d85c 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: lex.c,v 1.32 1997/12/16 22:48:14 grubba Exp $");
+RCSID("$Id: lex.c,v 1.33 1997/12/16 22:50:05 grubba Exp $");
 #include "language.h"
 #include "array.h"
 #include "lex.h"
@@ -1865,7 +1865,7 @@ static void low_lex(void)
 	  pop_stack();
 	  push_svalue(sv);
 	  res = 1;
-	} else if (get_master) {
+	} else if (get_master()) {
 	  current_file->refs++;
 	  push_string(current_file);
 
-- 
GitLab