Repaired some bugs in -find and -findx

This commit is contained in:
2007-12-31 09:53:30 +00:00
parent cb1346097e
commit b98ba9ddb6
3 changed files with 26 additions and 148 deletions

View File

@@ -2857,7 +2857,7 @@ int Xorriso_findi_action(struct XorrisO *xorriso, struct FindjoB *job,
} else {
sprintf(xorriso->result_line, "%s\n", Text_shellsafe(show_path, sfe, 0));
Xorriso_result(xorriso, 0);
ret= 0;
ret= 1;
}
return(ret);
}