fix signedness warning

This commit is contained in:
derselbst 2018-04-27 21:32:00 +02:00
parent 9ad07430ea
commit 1a5ea8d8e5

View file

@ -273,7 +273,7 @@ const char* fluid_defsfont_get_name(fluid_defsfont_t* defsfont)
int fluid_defsfont_load_sampledata(fluid_defsfont_t *defsfont, SFData *sfdata, fluid_sample_t *sample)
{
int num_samples;
int source_end = sample->source_end;
unsigned int source_end = sample->source_end;
/* For uncompressed samples we want to include the 46 zero sample word area following each sample
* in the Soundfont. Otherwise samples with loopend > end, which we have decided not to correct, would