From b1a469ebf852d922e53760495890dacb9404739b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 9 Jan 2014 15:54:48 +0000 Subject: [PATCH] Bug fix: -list_speeds did not work any more with old CD drives --- xorriso/drive_mgt.c | 4 ++-- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorriso/drive_mgt.c b/xorriso/drive_mgt.c index cd7c0aa9..4de434a1 100644 --- a/xorriso/drive_mgt.c +++ b/xorriso/drive_mgt.c @@ -1742,8 +1742,8 @@ int Xorriso_list_speeds_sub(struct XorrisO *xorriso, int flag) sprintf(xorriso->info_text, "Could not get any %s speed information from drive", (flag & 4) ? "write" : "read"); - Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "SORRY", 0); - ret= 0; goto ex; + Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0); + ret= 2; goto ex; } ret= 1; ex:; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 18cd05bb..899031f9 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2014.01.05.072818" +#define Xorriso_timestamP "2014.01.09.154437"