Removed a duplicate test statement. Coverity CID 28709.

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

View File

@ -981,8 +981,6 @@ int Xorriso_genisofs_hide_list(struct XorrisO *xorriso, char *whom,
return(0);
}
ret= Xorriso_afile_fopen(xorriso, adr, "rb", &fp, 0);
if(ret <= 0)
return(0);
if(ret <= 0)
return(0);
while(1) {

View File

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