/[pspp]/pspp/src/matrix-data.c
ViewVC logotype

Diff of /pspp/src/matrix-data.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by blp, Mon May 16 07:33:17 2005 UTC revision 1.29 by blp, Tue May 17 05:46:39 2005 UTC
# Line 884  static int Line 884  static int
884            di.e = token->string + token->length;            di.e = token->string + token->length;
885            di.v = (union value *) &token->number;            di.v = (union value *) &token->number;
886            di.f1 = first_column;            di.f1 = first_column;
887            di.format.type = FMT_F;            di.format = make_output_format (FMT_F, token->length, 0);
           di.format.w = token->length;  
           di.format.d = 0;  
888    
889            if (!data_in (&di))            if (!data_in (&di))
890              return 0;              return 0;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26