Corrected error with revision 1145
This commit is contained in:
parent
24ffd32605
commit
f9572c1e89
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.10.02.135538"
|
||||
#define Cdrskin_timestamP "2007.10.02.180003"
|
||||
|
@ -149,7 +149,7 @@ int burn_write_flush(struct burn_write_opts *o, struct burn_track *track)
|
||||
int ret;
|
||||
struct burn_drive *d = o->drive;
|
||||
|
||||
ret = burn_write_flush(o, track);
|
||||
ret = burn_write_flush_buffer(o, track);
|
||||
if (ret <= 0)
|
||||
return ret;
|
||||
d->sync_cache(d);
|
||||
|
Loading…
Reference in New Issue
Block a user