Enabled DVD+R as tested media (-multi is still always on)

This commit is contained in:
2007-03-06 20:51:32 +00:00
parent 99172bdeb4
commit 4458bb130a
5 changed files with 33 additions and 16 deletions

View File

@ -1541,8 +1541,8 @@ void mmc_get_configuration(struct burn_drive *d)
d->current_is_supported_profile = 1;
#endif
#ifdef Libburn_support_dvd_plus_R
if ((cp == 0x1b || cp == 0x2b) &&
burn_support_untested_profiles) /* DVD+R , DVD+R/DL */
if (cp == 0x1b || (cp == 0x2b && burn_support_untested_profiles))
/* DVD+R , DVD+R/DL */
d->current_is_supported_profile = 1;
#endif