Corrected error with revision 1145

This commit is contained in:
Thomas Schmitt 2007-10-02 17:59:12 +00:00
parent 769ea039a1
commit ce7678b8f4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.10.02.135538"
#define Cdrskin_timestamP "2007.10.02.180003"

View File

@ -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);