(svn r27834) -Change: Parse extmidi command string for parameters to pass on.

This commit is contained in:
peter1138
2017-03-29 17:36:46 +00:00
parent 06785c9df2
commit a9a7abf26c
2 changed files with 30 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
class MusicDriver_ExtMidi : public MusicDriver {
private:
char *command;
char **params;
char song[MAX_PATH];
pid_t pid;