Removed a duplicate test statement. Coverity CID 28710.

This commit is contained in:
Thomas Schmitt 2015-11-08 19:44:42 +00:00
parent ac4a054dcf
commit d8ee68aecd
2 changed files with 1 additions and 3 deletions

View File

@ -1154,8 +1154,6 @@ int Xorriso_findx_action(struct XorrisO *xorriso, struct FindjoB *job,
&mode_and, &mode_or, &type, &date, &subjob, 0);
if(action<0)
action= 0;
if(action<0)
action= 0;
if(action==15 || action==16 || action==18 || action==19 || action==20) {
/* in_iso , not_in_iso, add_missing , empty_iso_dir , is_full_in_iso */
Findjob_get_start_path(job, &disk_prefix, 0);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2015.11.08.194028"
#define Xorriso_timestamP "2015.11.08.194419"