/[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.30 by blp, Tue May 17 05:46:39 2005 UTC revision 1.31 by jmd, Wed May 25 02:31:32 2005 UTC
# Line 1030  cmd_match_files (void) Line 1030  cmd_match_files (void)
1030    if (mtf.sink->class->open != NULL)    if (mtf.sink->class->open != NULL)
1031      mtf.sink->class->open (mtf.sink);      mtf.sink->class->open (mtf.sink);
1032    
1033    mtf.seq_nums = xcalloc (dict_get_var_cnt (mtf.dict) * sizeof *mtf.seq_nums);    mtf.seq_nums = xcalloc (dict_get_var_cnt (mtf.dict), sizeof *mtf.seq_nums);
1034    case_create (&mtf.mtf_case, dict_get_next_value_idx (mtf.dict));    case_create (&mtf.mtf_case, dict_get_next_value_idx (mtf.dict));
1035    
1036    mtf_read_nonactive_records (&mtf);    mtf_read_nonactive_records (&mtf);

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

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