Restricted ds_read_block() messages about unreadable data to actual data block
This commit is contained in:
parent
54f56d1dd2
commit
173328be29
@ -114,7 +114,7 @@ int ds_read_block(IsoDataSource *src, uint32_t lba, uint8_t *buffer)
|
|||||||
} else {
|
} else {
|
||||||
ret = burn_read_data(d, (off_t) aligned_lba * (off_t) 2048,
|
ret = burn_read_data(d, (off_t) aligned_lba * (off_t) 2048,
|
||||||
(char *) tiles[oldest].cache_data,
|
(char *) tiles[oldest].cache_data,
|
||||||
Libisoburn_tile_blockS * 2048, &count, 0);
|
Libisoburn_tile_blockS * 2048, &count, 2);
|
||||||
}
|
}
|
||||||
if (ret <= 0 ) {
|
if (ret <= 0 ) {
|
||||||
tiles[oldest].last_aligned_error_lba = aligned_lba;
|
tiles[oldest].last_aligned_error_lba = aligned_lba;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.04.12.112159"
|
#define Xorriso_timestamP "2008.04.18.184517"
|
||||||
|
Loading…
Reference in New Issue
Block a user