pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/data-list.c
Date: Tue, 17 May 2005 01:46:42 -0400

Index: pspp/src/data-list.c
diff -u pspp/src/data-list.c:1.34 pspp/src/data-list.c:1.35
--- pspp/src/data-list.c:1.34   Mon May 16 07:33:17 2005
+++ pspp/src/data-list.c        Tue May 17 05:46:39 2005
@@ -848,10 +848,8 @@
       else
        {
          lex_match ('*');
-         input.type = FMT_F;
-         input.w = 8;
-         input.d = 0;
-         output = get_format();
+          input = make_input_format (FMT_F, 8, 0);
+         output = get_format ();
        }
 
       if (input.type == FMT_A || input.type == FMT_AHEX)




reply via email to

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