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

1.3.4
Thomas Schmitt 10 years ago
parent edc90b880c
commit 119c0cf76d

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

@ -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) {

Loading…
Cancel
Save