/[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.31 by jmd, Wed May 25 02:31:32 2005 UTC revision 1.32 by blp, Wed May 25 04:54:54 2005 UTC
# Line 1201  mtf_processing (struct ccase *c, void *m Line 1201  mtf_processing (struct ccase *c, void *m
1201    bool read_active_file;    bool read_active_file;
1202    
1203    assert (mtf->head != NULL);    assert (mtf->head != NULL);
1204    assert (mtf->head->type == MTF_FILE);    if (mtf->head->type == MTF_TABLE)
1205        return 1;
1206      
1207    do    do
1208      {      {
1209        struct mtf_file *min_head, *min_tail; /* Files with minimum BY values. */        struct mtf_file *min_head, *min_tail; /* Files with minimum BY values. */

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

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