*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 03:03:47 +00:00
parent 09f5542664
commit 4c9bc16369

View File

@@ -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;