mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-02 17:12:15 +00:00
fix for bug#915 fluidsynth.exe short option '-Q' not working when compiled with getopt (#916)
This commit is contained in:
parent
f81caf37f1
commit
6b7fc061eb
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ int main(int argc, char **argv)
|
|||
int audio_channels = 0;
|
||||
int dump = 0;
|
||||
int fast_render = 0;
|
||||
static const char optchars[] = "a:C:c:dE:f:F:G:g:hijK:L:lm:nO:o:p:qR:r:sT:Vvz:";
|
||||
static const char optchars[] = "a:C:c:dE:f:F:G:g:hijK:L:lm:nO:o:p:QqR:r:sT:Vvz:";
|
||||
#ifdef HAVE_LASH
|
||||
int connect_lash = 1;
|
||||
int enabled_lash = 0; /* set to TRUE if lash gets enabled */
|
||||
|
|
Loading…
Reference in a new issue