Ceased to count track gaps as read blocks with -check_media

This commit is contained in:
Thomas Schmitt 2012-10-26 15:59:43 +00:00
parent 350f535197
commit 635b3126a7
2 changed files with 1 additions and 2 deletions

View File

@ -2966,7 +2966,6 @@ int Xorriso_check_media(struct XorrisO *xorriso, struct SpotlisT **spotlist,
Xorriso_read_quality_off_tracK, 0);
if(ret <= 0)
goto ex;
xorriso->pacifier_count+= track_lba - last_track_end;
}
last_track_end= track_lba + track_blocks;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.10.25.125559"
#define Xorriso_timestamP "2012.10.25.172830"