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

This commit is contained in:
Thomas Schmitt 2016-03-30 20:06:38 +00:00
parent 37c53a22c8
commit bdbcde351f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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;