mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 06:22:06 +00:00
parent
56034e7f2b
commit
ab3ab92c15
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