Repaired a bug in -find
This commit is contained in:
parent
73151be9ed
commit
1b86589999
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2007.12.31.135237"
|
||||
#define Xorriso_timestamP "2007.12.31.135330"
|
||||
|
@ -2917,7 +2917,7 @@ int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
|
||||
ret= Findjob_test(job, name, NULL, dir_stbuf, depth, 0);
|
||||
if(ret<0)
|
||||
goto ex;
|
||||
if(ret>0 && action==0) {
|
||||
if(ret>0) {
|
||||
|
||||
#ifdef NIX
|
||||
sprintf(xorriso->result_line, "%s\n", Text_shellsafe(dir_path, sfe, 0));
|
||||
|
Loading…
Reference in New Issue
Block a user