Restricted ds_read_block() messages about unreadable data to actual data block

This commit is contained in:
Thomas Schmitt 2008-04-18 18:45:13 +00:00
parent 26b87932a0
commit c7355e90aa
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ int ds_read_block(IsoDataSource *src, uint32_t lba, uint8_t *buffer)
} else {
ret = burn_read_data(d, (off_t) aligned_lba * (off_t) 2048,
(char *) tiles[oldest].cache_data,
Libisoburn_tile_blockS * 2048, &count, 0);
Libisoburn_tile_blockS * 2048, &count, 2);
}
if (ret <= 0 ) {
tiles[oldest].last_aligned_error_lba = aligned_lba;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.04.12.112159"
#define Xorriso_timestamP "2008.04.18.184517"