Removed a duplicate test statement. Coverity CID 28710.
This commit is contained in:
parent
ac4a054dcf
commit
d8ee68aecd
@ -1154,8 +1154,6 @@ int Xorriso_findx_action(struct XorrisO *xorriso, struct FindjoB *job,
|
|||||||
&mode_and, &mode_or, &type, &date, &subjob, 0);
|
&mode_and, &mode_or, &type, &date, &subjob, 0);
|
||||||
if(action<0)
|
if(action<0)
|
||||||
action= 0;
|
action= 0;
|
||||||
if(action<0)
|
|
||||||
action= 0;
|
|
||||||
if(action==15 || action==16 || action==18 || action==19 || action==20) {
|
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 */
|
/* in_iso , not_in_iso, add_missing , empty_iso_dir , is_full_in_iso */
|
||||||
Findjob_get_start_path(job, &disk_prefix, 0);
|
Findjob_get_start_path(job, &disk_prefix, 0);
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2015.11.08.194028"
|
#define Xorriso_timestamP "2015.11.08.194419"
|
||||||
|
Loading…
Reference in New Issue
Block a user