Added missing cache sync in case of aborted DVD-RW burns
This commit is contained in:
parent
6eba65c63d
commit
8e9fe45086
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.01.14.101742"
|
||||
#define Cdrskin_timestamP "2007.01.14.115347"
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user