Bug fix: Drive LG BH16NS40 stalled on inspection of unformatted DVD+RW

This commit is contained in:
Thomas Schmitt 2013-11-11 16:10:36 +00:00
parent edc90b880c
commit 119c0cf76d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2013.11.10.163403"
#define Cdrskin_timestamP "2013.11.11.160915"

View File

@ -4948,7 +4948,7 @@ int mmc_get_media_product_id(struct burn_drive *d,
/* Check whether the drive supports format 11h */
has_11h = 0;
ret = mmc_read_disc_structure(d, 0, 0, 4, 0xff, &reply,
ret = mmc_read_disc_structure(d, 0, 0, 0xff, 4, &reply,
&reply_len, 0);
if (ret > 0) {
for (i = 0; i < reply_len; i += 4) {