Disallowed multi flag with DVD+RW (nurses wrong hopes for now)
This commit is contained in:
parent
3d86f11d81
commit
c32955d2d3
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2006.12.21.200556"
|
#define Cdrskin_timestamP "2006.12.21.205702"
|
||||||
|
@ -955,9 +955,11 @@ int burn_dvd_write_sync(struct burn_write_opts *o,
|
|||||||
|
|
||||||
if (strcmp(d->current_profile_text,"DVD+RW")==0) {
|
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,
|
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,
|
libdax_msgs_submit(libdax_messenger, d->global_index,
|
||||||
0x0002011f,
|
0x0002011f,
|
||||||
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
||||||
|
Loading…
Reference in New Issue
Block a user