mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
fluidmax: Removed an invalid (non-utf-8) character
This commit is contained in:
parent
178615c189
commit
9fba1fe88a
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ fluidmax_select(t_object *o, Symbol *s, short ac, Atom *at)
|
|||
if(sf != NULL)
|
||||
fluid_synth_program_select(self->synth, channel - 1, fluid_sfont_get_id(sf), bank, preset);
|
||||
else
|
||||
error("fluidsynth~ select:Êcannot find soundfont named '%s'", ftmax_symbol_name(name));
|
||||
error("fluidsynth~ select: cannot find soundfont named '%s'", ftmax_symbol_name(name));
|
||||
}
|
||||
case 0:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue