pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/formats.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/formats.c
Date: Tue, 01 Mar 2005 03:16:32 -0500

Index: pspp/src/formats.c
diff -u pspp/src/formats.c:1.5 pspp/src/formats.c:1.6
--- pspp/src/formats.c:1.5      Tue Jun  1 04:57:26 2004
+++ pspp/src/formats.c  Tue Mar  1 08:16:15 2005
@@ -86,7 +86,7 @@
          msg (SE, _("`(' expected after variable list"));
          goto fail;
        }
-      if (!parse_format_specifier (&f, 0) || !check_output_specifier (&f))
+      if (!parse_format_specifier (&f, 0) || !check_output_specifier (&f, 1))
        goto fail;
 
       /* Catch type mismatch errors. */




reply via email to

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