[BACK]Return to fsplit.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / fsplit

Diff for /src/usr.bin/fsplit/Attic/fsplit.c between version 1.15 and 1.16

version 1.15, 2003/06/26 21:42:11 version 1.16, 2007/09/02 15:19:32
Line 115 
Line 115 
         char    name[20];          char    name[20];
   
         maxextrknt = 100;          maxextrknt = 100;
         extrnames = malloc(sizeof(char *) * maxextrknt);          extrnames = calloc(sizeof(char *), maxextrknt);
         if (extrnames == NULL)          if (extrnames == NULL)
                 errx(1, "out of memory");                  errx(1, "out of memory");
         /* scan -e options */          /* scan -e options */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16