[Scummvm-git-logs] scummvm master -> a3bc5d64b8c4041326c8a214c47f9a206fb8b693

sluicebox 22204938+sluicebox at users.noreply.github.com
Tue Mar 9 05:02:08 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a3bc5d64b8 FLUIDSYNTH: Fix build


Commit: a3bc5d64b8c4041326c8a214c47f9a206fb8b693
    https://github.com/scummvm/scummvm/commit/a3bc5d64b8c4041326c8a214c47f9a206fb8b693
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2021-03-08T21:00:59-08:00

Commit Message:
FLUIDSYNTH: Fix build

Changed paths:
    audio/softsynth/fluidsynth.cpp


diff --git a/audio/softsynth/fluidsynth.cpp b/audio/softsynth/fluidsynth.cpp
index e41a7515b2..215547c6ba 100644
--- a/audio/softsynth/fluidsynth.cpp
+++ b/audio/softsynth/fluidsynth.cpp
@@ -46,7 +46,7 @@
 #include "backends/platform/ios7/ios7_common.h"
 #endif
 
-static void logHandler(int level, const char *message, void *data) {
+static void logHandler(int level, char *message, void *data) {
 	switch (level) {
 	case FLUID_PANIC:
 		error("FluidSynth: %s", message);




More information about the Scummvm-git-logs mailing list