Silenced error message if tsize= is smaller than source is willing to deliver

This commit is contained in:
Thomas Schmitt 2007-03-28 20:25:22 +00:00
parent a8c69206fe
commit eb860ee4b7
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.03.28.182419"
#define Cdrskin_timestamP "2007.03.28.202802"