mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
Update Fluidsynth to v2.0.5
This commit is contained in:
parent
bcd33a2381
commit
1f982b532d
13 changed files with 111 additions and 75 deletions
|
|
@ -340,13 +340,7 @@ int fluid_is_soundfont(const char *filename)
|
|||
|
||||
do
|
||||
{
|
||||
if(!fluid_file_test(filename, G_FILE_TEST_IS_REGULAR))
|
||||
{
|
||||
return retcode;
|
||||
}
|
||||
|
||||
// file seems to exist and is a regular file or a symlink to such
|
||||
if((fp = FLUID_FOPEN(filename, "rb")) == NULL)
|
||||
if((fp = fluid_file_open(filename, NULL)) == NULL)
|
||||
{
|
||||
return retcode;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue