Avoided unconditional finalizing of DVD+R

This commit is contained in:
Thomas Schmitt 2007-03-30 21:47:56 +00:00
parent 9658d1fba3
commit 2fd0c5ed7e
2 changed files with 1 additions and 7 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.03.30.201034"
#define Cdrskin_timestamP "2007.03.30.214657"

View File

@ -1719,12 +1719,6 @@ int burn_dvd_write_sync(struct burn_write_opts *o,
d->progress.start_sector = 0;
d->progress.sectors = 0;
}
if (d->current_profile == 0x1b || d->current_profile == 0x2b) {
ret = burn_disc_finalize_dvd_plus_r(o);
if (ret <= 0)
goto ex;
}
ret = 1;
ex:;