sync loop check of uncompressed samples with swami

This commit is contained in:
derselbst 2017-08-11 18:37:47 +02:00
parent b04dbe3b9c
commit 4f27a9a849

View file

@ -3368,8 +3368,8 @@ fixup_sample (SFData * sf)
if(invalid_loopstart)
{
FLUID_LOG (FLUID_DBG, _("Sample '%s' has unusable loop start '%d',"
" setting to sample start at '%d'+1"), sam->name, sam->loopstart, sam->start);
sam->loopstart = sam->start + 1;
" setting to sample start at '%d'"), sam->name, sam->loopstart, sam->start);
sam->loopstart = sam->start;
}
if(invalid_loopend)