Bug fix: -check_media marked untested sectors in sector map as valid

This commit is contained in:
2014-01-23 20:08:06 +00:00
parent 3540f23930
commit f848697b92
4 changed files with 6 additions and 21 deletions

View File

@ -144,10 +144,6 @@ struct CheckmediajoB {
a read operation is considered slow. This does
not apply to thr first read of an interval.
*/
int untested_valid; /* 1= mark untested data blocks as valid when calling
Xorriso_spotlist_to_sectormap()
*/
};
int Checkmediajob_new(struct CheckmediajoB **o, int flag);