allow 16 fd's for ftw()
CVS patchset: 93 CVS date: 1995/12/27 17:33:28
This commit is contained in:
parent
c0ca0abdc7
commit
3fc78abda7
|
@ -196,7 +196,7 @@ static int add_file(struct file_entry **festack,
|
|||
/* This means we need to decend with ftw() */
|
||||
Gcount = 0;
|
||||
|
||||
ftw(fullname, add_file_aux, 3);
|
||||
ftw(fullname, add_file_aux, 16);
|
||||
|
||||
free(p);
|
||||
|
||||
|
|
Loading…
Reference in New Issue