From a403c11b1bd755afb30482a29caa6ba749d48d52 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 23 Jan 2006 04:46:04 +0000 Subject: [PATCH] Must call getl_reading_script() to get proper value. --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index a471f38e..bdefcb22 100644 --- a/src/command.c +++ b/src/command.c @@ -854,7 +854,7 @@ cmd_new_file (void) int cmd_clear_transformations (void) { - if (getl_reading_script) + if (getl_reading_script ()) { msg (SW, _("This command is not valid in a syntax file.")); return CMD_FAILURE; -- 2.30.2