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

Diff of /pspp/src/means.q

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

revision 1.11 by blp, Mon Oct 24 02:51:32 2005 UTC revision 1.12 by blp, Wed Oct 26 05:06:14 2005 UTC
# Line 153  mns_custom_tables (struct cmd_means *cmd Line 153  mns_custom_tables (struct cmd_means *cmd
153          goto lossage;          goto lossage;
154                
155        n_dim++;        n_dim++;
156        nv_dim = xrealloc (nv_dim, n_dim * sizeof (int));        nv_dim = xnrealloc (nv_dim, n_dim, sizeof *nv_dim);
157        v_dim = xrealloc (v_dim, n_dim * sizeof (struct variable **));        v_dim = xnrealloc (v_dim, n_dim, sizeof *v_dim);
158    
159        nv_dim[n_dim - 1] = nvl;        nv_dim[n_dim - 1] = nvl;
160        v_dim[n_dim - 1] = vl;        v_dim[n_dim - 1] = vl;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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