diff --git a/xorriso/iso_img.c b/xorriso/iso_img.c index 4ccb681a..8ccd96d0 100644 --- a/xorriso/iso_img.c +++ b/xorriso/iso_img.c @@ -418,7 +418,7 @@ int Xorriso_boot_item_status(struct XorrisO *xorriso, char *cat_path, no_defaults= flag & 1; line= xorriso->result_line; - if(flag & 16) { + if((flag & 16) && bin_path[0] != 0) { /* Allow to concentrate boot options. */ memset(zeros, 0, 28); if(memcmp(id_string, zeros, 28) == 0 && diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index cff9e16c..b29369c4 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.03.06.075858" +#define Xorriso_timestamP "2014.03.06.164332"