Bug fix: DVD book type of DVD+RW DL and DVD+R DL was reported wrong. Thanks to Etienne Bergeron.

1.4.4
Thomas Schmitt 7 years ago
parent 37c53a22c8
commit bdbcde351f

@ -1 +1 @@
#define Cdrskin_timestamP "2016.03.30.185545"
#define Cdrskin_timestamP "2016.03.30.200445"

@ -5091,7 +5091,7 @@ int mmc_get_media_product_id(struct burn_drive *d,
"DVD-ROM", "DVD-RAM", "DVD-R", "DVD-RW",
"HD DVD-ROM", "HD DVD-RAM", "HD DVD-R", "unknown",
"unknown", "DVD+RW", "DVD+R", "unknown",
"unknown", "DVD+RW DL" "DVD+R DL", "unknown"};
"unknown", "DVD+RW DL", "DVD+R DL", "unknown"};
*product_id = *media_code1 = *media_code2 = *book_type = NULL;
prf = d->current_profile;

Loading…
Cancel
Save