Disallowed multi flag with DVD+RW (nurses wrong hopes for now)

This commit is contained in:
Thomas Schmitt 2006-12-21 20:57:15 +00:00
parent ce27ad5159
commit 9a752c6130
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.12.21.200556"
#define Cdrskin_timestamP "2006.12.21.205702"

View File

@ -955,9 +955,11 @@ int burn_dvd_write_sync(struct burn_write_opts *o,
if (strcmp(d->current_profile_text,"DVD+RW")==0) {
if (disc->sessions!=1 || disc->session[0]->tracks>1) {
if (disc->sessions!=1 || disc->session[0]->tracks>1
|| o->multi ) {
sprintf(msg,
"Burning of DVD+RW is restricted to a single track");
"Burning of DVD+RW is restricted to a single track and session"
);
libdax_msgs_submit(libdax_messenger, d->global_index,
0x0002011f,
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,