Corrected error with revision 1145
This commit is contained in:
parent
769ea039a1
commit
ce7678b8f4
@ -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;
|
int ret;
|
||||||
struct burn_drive *d = o->drive;
|
struct burn_drive *d = o->drive;
|
||||||
|
|
||||||
ret = burn_write_flush(o, track);
|
ret = burn_write_flush_buffer(o, track);
|
||||||
if (ret <= 0)
|
if (ret <= 0)
|
||||||
return ret;
|
return ret;
|
||||||
d->sync_cache(d);
|
d->sync_cache(d);
|
||||||
|
Loading…
Reference in New Issue
Block a user