New action estimate_size for -find and -findx
This commit is contained in:
@ -377,6 +377,8 @@ int Findjob_new(struct FindjoB **o, char *start_path, int flag)
|
||||
if(m->start_path==NULL)
|
||||
goto failed;
|
||||
m->found_path= NULL;
|
||||
m->estim_upper_size= 0;
|
||||
m->estim_lower_size= 0;
|
||||
m->subjob= NULL;
|
||||
m->errmsg[0]= 0;
|
||||
m->errn= 0;
|
||||
|
Reference in New Issue
Block a user