pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/matrix-data.c
diff -u pspp/src/matrix-data.c:1.28 pspp/src/matrix-data.c:1.29
--- pspp/src/matrix-data.c:1.28 Mon May 16 07:33:17 2005
+++ pspp/src/matrix-data.c      Tue May 17 05:46:39 2005
@@ -884,9 +884,7 @@
          di.e = token->string + token->length;
          di.v = (union value *) &token->number;
          di.f1 = first_column;
-         di.format.type = FMT_F;
-         di.format.w = token->length;
-         di.format.d = 0;
+         di.format = make_output_format (FMT_F, token->length, 0);
 
          if (!data_in (&di))
            return 0;




reply via email to

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