Corrected dangerous typo with error message production of mmc_read_10()
This commit is contained in:
parent
74aba7b620
commit
ab47b3bb1b
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.08.17.081901"
|
#define Cdrskin_timestamP "2007.08.22.134731"
|
||||||
|
@ -2819,7 +2819,7 @@ int mmc_read_10(struct burn_drive *d, int start,int amount, struct buffer *buf)
|
|||||||
d->issue_command(d, &c);
|
d->issue_command(d, &c);
|
||||||
if (c.error) {
|
if (c.error) {
|
||||||
char msg[160];
|
char msg[160];
|
||||||
printf(msg,
|
sprintf(msg,
|
||||||
"SCSI error on read_10(%d,%d): key=%X asc=%2.2Xh ascq=%2.2Xh",
|
"SCSI error on read_10(%d,%d): key=%X asc=%2.2Xh ascq=%2.2Xh",
|
||||||
start, amount,
|
start, amount,
|
||||||
c.sense[2],c.sense[12],c.sense[13]);
|
c.sense[2],c.sense[12],c.sense[13]);
|
||||||
|
Loading…
Reference in New Issue
Block a user