Removed a surplus test. Coverity CID 21796.
This commit is contained in:
parent
234824108f
commit
27f66b9c91
@ -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…
Reference in New Issue
Block a user