From 1a9c7ed015ddecbb92b2a78f6c7200f11c9fdcf3 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 3 Apr 2014 19:48:20 +0000 Subject: [PATCH] Reacted on compiler warning of gcc on AIX. Thanks Richard Nolde. --- xorriso/iso_img.c | 5 +---- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/xorriso/iso_img.c b/xorriso/iso_img.c index 40108649..05fb4213 100644 --- a/xorriso/iso_img.c +++ b/xorriso/iso_img.c @@ -651,7 +651,7 @@ int Xorriso_boot_image_status(struct XorrisO *xorriso, char *filter, FILE *fp, int flag) { int ret, i, num_boots, hflag; - int bin_path_in_use= 0, is_default, no_defaults; + int is_default, no_defaults; char *path= NULL, *form= "any", *line, *hpt; struct burn_drive_info *dinfo; struct burn_drive *drive; @@ -697,9 +697,6 @@ no_image:; goto report_open_item; } - if(xorriso->boot_image_bin_path[0] || xorriso->boot_count > 0) - bin_path_in_use= 1; - is_default= (xorriso->boot_image_cat_path[0] == 0); sprintf(line,"-boot_image %s cat_path=", form); Text_shellsafe(xorriso->boot_image_cat_path, line, 1); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 373b13c4..4ce812de 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.03.25.195908" +#define Xorriso_timestamP "2014.04.03.194751"