mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-22 03:41:16 +00:00
adjust return value of fluid_server_join()
to be consistent with ladspa API
This commit is contained in:
parent
c61bcdca70
commit
bf5dbc60cf
1 changed files with 1 additions and 1 deletions
|
@ -2566,6 +2566,6 @@ int fluid_server_join(fluid_server_t* server)
|
|||
#ifdef NETWORK_SUPPORT
|
||||
return fluid_server_socket_join(server->socket);
|
||||
#else
|
||||
return FLUID_OK;
|
||||
return FLUID_FAILED;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue