diff options
Diffstat (limited to 'user/dosbox/constness.patch')
-rw-r--r-- | user/dosbox/constness.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/dosbox/constness.patch b/user/dosbox/constness.patch new file mode 100644 index 000000000..e7fcea8bb --- /dev/null +++ b/user/dosbox/constness.patch @@ -0,0 +1,11 @@ +--- dosbox-x-dosbox-x-wip-20180513-1316/src/gui/midi_synth.h.old 2018-05-13 19:52:17.000000000 +0000 ++++ dosbox-x-dosbox-x-wip-20180513-1316/src/gui/midi_synth.h 2019-03-20 21:27:44.400000000 +0000 +@@ -28,7 +28,7 @@ + static fluid_synth_t *synth_soft = NULL; + static int synthsamplerate = 0; + +-static void synth_log(int level, char *message, void *data) { ++static void synth_log(int level, const char *message, void *data) { + switch (level) { + case FLUID_PANIC: + case FLUID_ERR: |