Installed decent abort behavior with TAO

This commit is contained in:
2006-11-03 15:10:24 +00:00
parent a0e745c54a
commit 684cfd0cd2
7 changed files with 86 additions and 30 deletions

View File

@ -223,8 +223,10 @@ static unsigned char *get_sector(struct burn_write_opts *opts,
return NULL;
/* ts A61101 */
if(track != NULL)
if(track != NULL) {
track->writecount += out->bytes;
track->written_sectors += out->sectors;
}
d->nwa += out->sectors;
out->bytes = 0;