Corrected message about isolinux patch option
This commit is contained in:
parent
74e691e355
commit
fc23ab6972
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.02.11.094742"
|
#define Xorriso_timestamP "2008.02.11.112917"
|
||||||
|
@ -763,7 +763,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
|
|||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
||||||
} else {
|
} else {
|
||||||
sprintf(xorriso->info_text,
|
sprintf(xorriso->info_text,
|
||||||
"Could not find any boot image for -patch_isolinux_image");
|
"Could not find any boot image for -boot_image isolinux patch");
|
||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
|
||||||
}
|
}
|
||||||
} else if(xorriso->keep_boot_image) {
|
} else if(xorriso->keep_boot_image) {
|
||||||
|
Loading…
Reference in New Issue
Block a user