From c05ab4841693a71092403c684fabd8c959c47104 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 20 May 2011 17:58:18 +0000 Subject: [PATCH] Reacted on compiler warning about inactivated if statement --- libisoburn/trunk/xorriso/iso_img.c | 2 +- libisoburn/trunk/xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/trunk/xorriso/iso_img.c b/libisoburn/trunk/xorriso/iso_img.c index 5127a95d..c99190ec 100644 --- a/libisoburn/trunk/xorriso/iso_img.c +++ b/libisoburn/trunk/xorriso/iso_img.c @@ -834,7 +834,7 @@ no_boot:; ex:; if(boots != NULL) free(boots); - if(bootnodes != NULL); + if(bootnodes != NULL) free(bootnodes); if(image != NULL) iso_image_unref(image); /* release obtained reference */ diff --git a/libisoburn/trunk/xorriso/xorriso_timestamp.h b/libisoburn/trunk/xorriso/xorriso_timestamp.h index d59cba70..54e2a2c2 100644 --- a/libisoburn/trunk/xorriso/xorriso_timestamp.h +++ b/libisoburn/trunk/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.05.19.134432" +#define Xorriso_timestamP "2011.05.20.175842"