/[pspp]/pspp/src/sysfile-info.c
ViewVC logotype

Diff of /pspp/src/sysfile-info.c

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

revision 1.18 by jmd, Wed Oct 26 00:50:44 2005 UTC revision 1.19 by blp, Wed Oct 26 05:06:14 2005 UTC
# Line 576  display_vectors (int sorted) Line 576  display_vectors (int sorted)
576        return;        return;
577      }      }
578    
579    vl = xmalloc (sizeof *vl * nvec);    vl = xnmalloc (nvec, sizeof *vl);
580    for (i = 0; i < nvec; i++)    for (i = 0; i < nvec; i++)
581      vl[i] = dict_get_vector (default_dict, i);      vl[i] = dict_get_vector (default_dict, i);
582    if (sorted)    if (sorted)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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