From 1baf3bed7ab240f2ca0f5696b1e78dc741222ae2 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 7 Jan 2016 11:00:28 +0100 Subject: AUDIO: Use standard line warps in iOS7 hack comment in fluidsynth.cpp. --- audio/softsynth/fluidsynth.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'audio/softsynth') diff --git a/audio/softsynth/fluidsynth.cpp b/audio/softsynth/fluidsynth.cpp index 47f65f02c8..860bf5b5cb 100644 --- a/audio/softsynth/fluidsynth.cpp +++ b/audio/softsynth/fluidsynth.cpp @@ -183,9 +183,10 @@ int MidiDriver_FluidSynth::open() { const char *soundfont = ConfMan.get("soundfont").c_str(); #if defined(IPHONE_IOS7) && defined(IPHONE_SANDBOXED) - // HACK: Due to the sandbox on non-jailbroken iOS devices, we need to deal with the chroot filesystem. - // All the path selected by the user are relative to the Document directory. So, we need to adjust - // the path to reflect that. + // HACK: Due to the sandbox on non-jailbroken iOS devices, we need to deal + // with the chroot filesystem. All the path selected by the user are + // relative to the Document directory. So, we need to adjust the path to + // reflect that. Common::String soundfont_fullpath = iOS7_getDocumentsDir(); soundfont_fullpath += soundfont; _soundFont = fluid_synth_sfload(_synth, soundfont_fullpath.c_str(), 1); -- cgit v1.2.3