Bug fix: -list_speeds did not work any more with old CD drives
This commit is contained in:
parent
b2f94af25a
commit
78ae130ed5
@ -1742,8 +1742,8 @@ int Xorriso_list_speeds_sub(struct XorrisO *xorriso, int flag)
|
|||||||
sprintf(xorriso->info_text,
|
sprintf(xorriso->info_text,
|
||||||
"Could not get any %s speed information from drive",
|
"Could not get any %s speed information from drive",
|
||||||
(flag & 4) ? "write" : "read");
|
(flag & 4) ? "write" : "read");
|
||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "SORRY", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
||||||
ret= 0; goto ex;
|
ret= 2; goto ex;
|
||||||
}
|
}
|
||||||
ret= 1;
|
ret= 1;
|
||||||
ex:;
|
ex:;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2014.01.05.072818"
|
#define Xorriso_timestamP "2014.01.09.154437"
|
||||||
|
Loading…
Reference in New Issue
Block a user