/[pspp]/pspp/src/get.c
ViewVC logotype

Diff of /pspp/src/get.c

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

revision 1.29 by blp, Thu May 5 06:59:54 2005 UTC revision 1.30 by blp, Tue May 17 05:46:39 2005 UTC
# Line 977  cmd_match_files (void) Line 977  cmd_match_files (void)
977    for (iter = mtf.head; iter != NULL; iter = iter->next)    for (iter = mtf.head; iter != NULL; iter = iter->next)
978      if (iter->in_name != NULL)      if (iter->in_name != NULL)
979        {        {
         static const struct fmt_spec f1_0 = {FMT_F, 1, 0};  
           
980          iter->in_var = dict_create_var (mtf.dict, iter->in_name, 0);          iter->in_var = dict_create_var (mtf.dict, iter->in_name, 0);
981          if (iter->in_var == NULL)          if (iter->in_var == NULL)
982            {            {
# Line 987  cmd_match_files (void) Line 985  cmd_match_files (void)
985                   iter->in_var);                   iter->in_var);
986              goto error;              goto error;
987            }            }
988          iter->in_var->print = iter->in_var->write = f1_0;          iter->in_var->print = iter->in_var->write
989              = make_output_format (FMT_F, 1, 0);
990        }        }
991            
992    /* MATCH FILES performs an n-way merge on all its input files.    /* MATCH FILES performs an n-way merge on all its input files.

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

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