mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 01:22:31 +00:00
Fix "format-overflow" warning
This commit is contained in:
parent
5b125925c8
commit
9ff163218f
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ struct _fluid_defpreset_t
|
||||||
{
|
{
|
||||||
fluid_defpreset_t* next;
|
fluid_defpreset_t* next;
|
||||||
fluid_defsfont_t* sfont; /* the soundfont this preset belongs to */
|
fluid_defsfont_t* sfont; /* the soundfont this preset belongs to */
|
||||||
char name[21]; /* the name of the preset */
|
char name[22]; /* the name of the preset */
|
||||||
unsigned int bank; /* the bank number */
|
unsigned int bank; /* the bank number */
|
||||||
unsigned int num; /* the preset number */
|
unsigned int num; /* the preset number */
|
||||||
fluid_preset_zone_t* global_zone; /* the global zone of the preset */
|
fluid_preset_zone_t* global_zone; /* the global zone of the preset */
|
||||||
|
|
Loading…
Reference in a new issue