projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
554a059
)
Must call getl_reading_script() to get proper value.
author
Ben Pfaff
<blp@gnu.org>
Mon, 23 Jan 2006 04:46:04 +0000
(
04:46
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Mon, 23 Jan 2006 04:46:04 +0000
(
04:46
+0000)
src/command.c
patch
|
blob
|
history
diff --git
a/src/command.c
b/src/command.c
index a471f38e427e0085ee7da51ea764164d157668f2..bdefcb22f266f759a711675774cac34851d11520 100644
(file)
--- 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;