Silenced error message if tsize= is smaller than source is willing to deliver
This commit is contained in:
parent
f40f2db849
commit
4ae712e84d
@ -882,6 +882,8 @@ int Cdrtrack_new(struct CdrtracK **track, struct CdrskiN *boss,
|
||||
if(ret<=0)
|
||||
goto failed;
|
||||
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);
|
||||
|
||||
#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