Removed a surplus test. Coverity CID 21796.

1.4.2
Thomas Schmitt 8 years ago
parent a3f86a1432
commit 232b49bc90

@ -1 +1 @@
#define Cdrskin_timestamP "2015.10.26.184231"
#define Cdrskin_timestamP "2015.10.28.153929"

@ -226,8 +226,6 @@ int burn_write_track_minsize(struct burn_write_opts *o, struct burn_session *s,
0x0002011a,
LIBDAX_MSGS_SEV_NOTE, LIBDAX_MSGS_PRIO_HIGH, msg,0,0);
step = BUFFER_SIZE / 4096; /* shall fit any sector size */
if (step <= 0)
step = 1;
seclen = burn_sector_length(t->mode);
if (seclen <= 0)
seclen = 2048;

Loading…
Cancel
Save