mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Differences in sample chunk sizes are not an error but simply an indication of a changed file
This commit is contained in:
parent
870fc56d6a
commit
5bc2d33bb9
1 changed files with 0 additions and 5 deletions
|
@ -90,12 +90,7 @@ int fluid_cached_sampledata_load(char *filename,
|
|||
if (cached_sampledata->modification_time != modification_time)
|
||||
continue;
|
||||
if (cached_sampledata->samplesize != samplesize || cached_sampledata->sample24size != sample24size)
|
||||
{
|
||||
FLUID_LOG(FLUID_ERR, "Cached size of soundfont doesn't match actual size of soundfont "
|
||||
"(cached: %u. actual: %u)",
|
||||
cached_sampledata->samplesize, samplesize);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (try_mlock && !cached_sampledata->mlock)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue