/[pspp]/pspp/src/crosstabs.q
ViewVC logotype

Diff of /pspp/src/crosstabs.q

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

revision 1.23 by jmd, Fri Apr 29 01:02:13 2005 UTC revision 1.24 by jmd, Wed May 25 02:31:32 2005 UTC
# Line 338  crs_custom_tables (struct cmd_crosstabs Line 338  crs_custom_tables (struct cmd_crosstabs
338      }      }
339        
340    {    {
341      int *by_iter = xcalloc (sizeof *by_iter * n_by);      int *by_iter = xcalloc (n_by, sizeof *by_iter);
342      int i;      int i;
343    
344      xtab = xrealloc (xtab, sizeof *xtab * (nxtab + nx));      xtab = xrealloc (xtab, sizeof *xtab * (nxtab + nx));

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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