Fix rest of PR 13054.
[pspp-builds.git] / src / matrix-data.c
index 776dfa5b1c5908bfe21d8fd21583e83f23d01039..d3cde3e68a9896076afa9b1b9b3c8c1271c0553a 100644 (file)
@@ -884,9 +884,7 @@ static int
          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;