mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-07-08 00:56:47 +00:00
*** empty log message ***
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user