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

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

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

revision 1.15 by blp, Mon May 16 07:33:17 2005 UTC revision 1.16 by blp, Tue May 17 05:46:39 2005 UTC
# Line 193  data_out (char *s, const struct fmt_spec Line 193  data_out (char *s, const struct fmt_spec
193  void  void
194  num_to_string (double v, char *s, int w, int d)  num_to_string (double v, char *s, int w, int d)
195  {  {
196    struct fmt_spec f;    struct fmt_spec f = make_output_format (FMT_F, w, d);
   f.type = FMT_F;  
   f.w = w;  
   f.d = d;  
197    convert_F (s, &f, v);    convert_F (s, &f, v);
198  }  }
199    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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