Added missing cache sync in case of aborted DVD-RW burns

This commit is contained in:
Thomas Schmitt 2007-01-14 11:55:17 +00:00
parent 16baf48b2e
commit f28ec96709
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.01.14.101742"
#define Cdrskin_timestamP "2007.01.14.115347"

View File

@ -861,7 +861,7 @@ int burn_dvd_write_track(struct burn_write_opts *o,
ret = 1;
ex:;
if (ret<=0) {
/* >>> any unnormal track finalizing */;
d->sync_cache(d); /* burn_write_flush() was not called */
}
return ret;
}