From ac4a054dcf41b3e9db007393345712359058ffa7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 8 Nov 2015 19:40:55 +0000 Subject: [PATCH] Removed a duplicate test statement. Coverity CID 28709. --- xorriso/emulators.c | 2 -- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/xorriso/emulators.c b/xorriso/emulators.c index b9d97ae6..59b587de 100644 --- a/xorriso/emulators.c +++ b/xorriso/emulators.c @@ -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) { diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index b5ca0751..024726dd 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2015.11.08.164013" +#define Xorriso_timestamP "2015.11.08.194028"