/[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.36 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.37 by blp, Sun Aug 7 04:39:28 2005 UTC
# Line 1426  mtf_merge_dictionary (struct dictionary Line 1426  mtf_merge_dictionary (struct dictionary
1426                if (val_labs_count (dv->val_labs)                if (val_labs_count (dv->val_labs)
1427                    && !val_labs_count (mv->val_labs))                    && !val_labs_count (mv->val_labs))
1428                  mv->val_labs = val_labs_copy (dv->val_labs);                  mv->val_labs = val_labs_copy (dv->val_labs);
1429                if (dv->miss_type != MISSING_NONE                if (!mv_is_empty (&dv->miss) && mv_is_empty (&mv->miss))
1430                    && mv->miss_type == MISSING_NONE)                  mv_copy (&mv->miss, &dv->miss);
                 copy_missing_values (mv, dv);  
1431              }              }
1432    
1433            if (dv->label && !mv->label)            if (dv->label && !mv->label)

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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