From 64bb496591541f3dc38625abbea694281beea012 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 19 May 2011 13:44:08 +0000 Subject: [PATCH] Revoked experimental change which sneaked into SVN by rev 3737 --- libisoburn/isofs_wrap.c | 5 +---- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/libisoburn/isofs_wrap.c b/libisoburn/isofs_wrap.c index cb8c319c..91b4b8ef 100644 --- a/libisoburn/isofs_wrap.c +++ b/libisoburn/isofs_wrap.c @@ -504,11 +504,8 @@ int isoburn_start_emulation(struct isoburn *o, int flag) memset(o->target_iso_head, 0, to_read); if(capacity > 0 && (off_t) capacity * (off_t) 2048 < to_read) to_read = (off_t) capacity * (off_t) 2048; - ret = burn_read_data(drive, (off_t) 0, (char*)o->target_iso_head, - to_read, &data_count, 4 | 8); - /* <<< was 2 | 8); */ - + to_read, &data_count, 2 | 8); if (ret <= 0) { /* an error means a disc with no ISO image */ o->media_read_error= 1; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 07f25ac2..d59cba70 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.05.19.133940" +#define Xorriso_timestamP "2011.05.19.134432"