]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 03:03:47 +0000 (03:03 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 03:03:47 +0000 (03:03 +0000)
src/tar.c

index 7f0c5743f70621a9c9a254780e01681b4b66c630..7bbdaf87b450db53b40a41480661aad644d0cd0c 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -289,7 +289,7 @@ options (argc, argv)
 
   /* Set default option values */
   blocking = DEFBLOCKING;      /* From Makefile */
-  ar_files = (char **) malloc (sizeof (char *) * 10);
+  ar_files = (char **) ck_malloc (sizeof (char *) * 10);
   ar_files_len = 10;
   n_ar_files = 0;
   cur_ar_file = 0;
This page took 0.022383 seconds and 4 git commands to generate.