From c7355e90aa37133c52b6fec110c02f1a3a8bd659 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 18 Apr 2008 18:45:13 +0000 Subject: [PATCH] Restricted ds_read_block() messages about unreadable data to actual data block --- libisoburn/data_source.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/data_source.c b/libisoburn/data_source.c index 136f675a..5e2e1ee3 100644 --- a/libisoburn/data_source.c +++ b/libisoburn/data_source.c @@ -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; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 498b42b7..bb068bee 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.04.12.112159" +#define Xorriso_timestamP "2008.04.18.184517"