/[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.42 by blp, Mon Oct 24 02:51:32 2005 UTC revision 1.43 by blp, Wed Oct 26 05:06:14 2005 UTC
# Line 371  parse_aggregate_functions (struct agr_pr Line 371  parse_aggregate_functions (struct agr_pr
371            {            {
372              int j;              int j;
373    
374              dest_label = xrealloc (dest_label, sizeof *dest_label * n_dest);              dest_label = xnrealloc (dest_label, n_dest, sizeof *dest_label);
375              for (j = n_dest_prev; j < n_dest; j++)              for (j = n_dest_prev; j < n_dest; j++)
376                dest_label[j] = NULL;                dest_label[j] = NULL;
377            }            }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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