mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
TiMidity++ now loads SF2 soundfont with spaces in path
This commit is contained in:
parent
d802abec5b
commit
d0ec6ef1d4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ int FSoundFontReader::pathcmp(const char *p1, const char *p2)
|
|||
|
||||
FSF2Reader::FSF2Reader(const char *fn)
|
||||
{
|
||||
mMainConfigForSF2.Format("soundfont %s\n", fn);
|
||||
mMainConfigForSF2.Format("soundfont \"%s\"\n", fn);
|
||||
mFilename = fn;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue