Revoked experimental change which sneaked into SVN by rev 3737

This commit is contained in:
Thomas Schmitt 2011-05-19 13:44:08 +00:00
parent ade292eb7c
commit 64bb496591
2 changed files with 2 additions and 5 deletions

View File

@ -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;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.05.19.133940"
#define Xorriso_timestamP "2011.05.19.134432"