mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-02 07:21:58 +00:00
Merge branch '2.2.x' into master
This commit is contained in:
commit
870ae6be88
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ fluid_midi_file_read_track(fluid_midi_file *mf, fluid_player_t *player, int num)
|
|||
if(fluid_isasciistring((char *) id) == 0)
|
||||
{
|
||||
FLUID_LOG(FLUID_ERR,
|
||||
"An non-ascii track header found, corrupt file");
|
||||
"A non-ascii track header found, corrupt file");
|
||||
return FLUID_FAILED;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue