Corrected a comment

This commit is contained in:
Thomas Schmitt 2012-01-16 11:20:49 +00:00
parent 853928815a
commit 645d41fdd2
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2012.01.13.170914"
#define Cdrskin_timestamP "2012.01.16.112048"

View File

@ -243,7 +243,7 @@ int sector_write_buffer(struct burn_drive *d,
track->writecount += out->bytes;
track->written_sectors += out->sectors;
/* Determine index of d->nwa */
/* Determine current index */
for (i = d->progress.index; i + 1 < track->indices; i++) {
if (track->index[i + 1] > d->nwa + out->sectors)
break;