isoburn_igopt_allow_full_ascii for -bootimage any keep

This commit is contained in:
Thomas Schmitt 2008-02-11 15:02:15 +00:00
parent c992d25175
commit a7f111214e
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.02.11.135418"
#define Xorriso_timestamP "2008.02.11.150123"

View File

@ -766,7 +766,8 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
"Could not find any boot image for -boot_image isolinux patch");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
}
} else if(xorriso->keep_boot_image) {
} else if(xorriso->keep_boot_image && ret==1) {
relax|= isoburn_igopt_allow_full_ascii;
sprintf(xorriso->info_text, "Keeping boot image unchanged");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
} else if(ret==1) {