isoburn_igopt_allow_full_ascii for -bootimage any keep
This commit is contained in:
parent
8105a9d455
commit
422a57601e
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.02.11.135418"
|
||||
#define Xorriso_timestamP "2008.02.11.150123"
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user