mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 23:50:53 +00:00
fix warning: array subscript is above array bounds
This commit is contained in:
parent
1feea08040
commit
2690f30d9a
1 changed files with 2 additions and 2 deletions
|
@ -325,8 +325,8 @@ fluid_settings_tokenize(const char *s, char *buf, char **ptr)
|
|||
MAX_SETTINGS_TOKENS);
|
||||
return 0;
|
||||
}
|
||||
|
||||
ptr[n++] = tok;
|
||||
else
|
||||
ptr[n++] = tok;
|
||||
}
|
||||
|
||||
return n;
|
||||
|
|
Loading…
Reference in a new issue