Bug fix: -list_speeds did not work any more with old CD drives

This commit is contained in:
Thomas Schmitt 2014-01-09 15:54:48 +00:00
parent ec19778a08
commit b1a469ebf8
2 changed files with 3 additions and 3 deletions

View File

@ -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:;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.01.05.072818"
#define Xorriso_timestamP "2014.01.09.154437"