diff options
Diffstat (limited to 'apps/plugins/midi')
| -rw-r--r-- | apps/plugins/midi/synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/synth.c b/apps/plugins/midi/synth.c index 78aaab1..a3a3d60 100644 --- a/apps/plugins/midi/synth.c +++ b/apps/plugins/midi/synth.c @@ -124,7 +124,7 @@ int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig) /* Scan our config file and load the right patches as needed */ int c = 0; - rb->snprintf(name, 40, ""); + name[0] = '\0'; printf("\nLoading instruments"); for(a=0; a<128; a++) { |