Revoked experimental change which sneaked into SVN by rev 3737

master
Thomas Schmitt 12 years ago
parent ade292eb7c
commit 64bb496591

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

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

Loading…
Cancel
Save