pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src command.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src command.c
Date: Mon, 23 Jan 2006 04:46:04 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/01/23 04:46:04

Modified files:
        src            : command.c 

Log message:
        Must call getl_reading_script() to get proper value.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/command.c.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: pspp/src/command.c
diff -u pspp/src/command.c:1.30 pspp/src/command.c:1.31
--- pspp/src/command.c:1.30     Sat Jan  7 07:29:38 2006
+++ pspp/src/command.c  Mon Jan 23 04:46:04 2006
@@ -854,7 +854,7 @@
 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]