Silenced error message if tsize= is smaller than source is willing to deliver
This commit is contained in:
parent
a8c69206fe
commit
eb860ee4b7
@ -882,6 +882,8 @@ int Cdrtrack_new(struct CdrtracK **track, struct CdrskiN *boss,
|
|||||||
if(ret<=0)
|
if(ret<=0)
|
||||||
goto failed;
|
goto failed;
|
||||||
strcpy(o->original_source_path,o->source_path);
|
strcpy(o->original_source_path,o->source_path);
|
||||||
|
if(o->fixed_size>0.0)
|
||||||
|
o->extracting_container= 1;
|
||||||
Cdrtrack_set_track_type(o,skin_track_type,0);
|
Cdrtrack_set_track_type(o,skin_track_type,0);
|
||||||
|
|
||||||
#ifndef Cdrskin_extra_leaN
|
#ifndef Cdrskin_extra_leaN
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.03.28.182419"
|
#define Cdrskin_timestamP "2007.03.28.202802"
|
||||||
|
Loading…
Reference in New Issue
Block a user