From fc23ab697218ffa48fb49e1f7ad8d2bcedd682b7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 11 Feb 2008 11:29:59 +0000 Subject: [PATCH] Corrected message about isolinux patch option --- xorriso/xorriso_timestamp.h | 2 +- xorriso/xorrisoburn.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 4a5d0905..b910ed8b 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.02.11.094742" +#define Xorriso_timestamP "2008.02.11.112917" diff --git a/xorriso/xorrisoburn.c b/xorriso/xorrisoburn.c index cc4798cf..1a564a38 100644 --- a/xorriso/xorrisoburn.c +++ b/xorriso/xorrisoburn.c @@ -763,7 +763,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag) Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0); } else { 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); } } else if(xorriso->keep_boot_image) {