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

Diff of /pspp/src/aggregate.c

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

revision 1.28 by blp, Mon Mar 14 06:54:40 2005 UTC revision 1.29 by blp, Sat Mar 19 22:50:59 2005 UTC
# Line 996  dump_aggregate_info (struct agr_proc *ag Line 996  dump_aggregate_info (struct agr_proc *ag
996              && (i->function & FUNC) != N && (i->function & FUNC) != NU              && (i->function & FUNC) != N && (i->function & FUNC) != NU
997              && (i->function & FUNC) != NMISS && (i->function & FUNC) != NUMISS)              && (i->function & FUNC) != NMISS && (i->function & FUNC) != NUMISS)
998            {            {
999              if (i->function & FSTRING)              if (i->dest->type == ALPHA)
1000                memset (v->s, ' ', i->dest->width);                memset (v->s, ' ', i->dest->width);
1001              else              else
1002                v->f = SYSMIS;                v->f = SYSMIS;

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

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