We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The --self-test command line option has the short option -t but t is missing from the getopt_long call and hence -t is not recognised.
--self-test
-t
t
getopt_long
Can be fixed by adding t to the getopt_long call in mod-host.c main function.
main
I am not sure how valid the self test is. It looks more relevant to Cardinal project!
The text was updated successfully, but these errors were encountered:
Fixes mod-audio#79.
e9e5881
Add 't' short option.
I have submitted a PR to fix this.
Sorry, something went wrong.
No branches or pull requests
The
--self-test
command line option has the short option-t
butt
is missing from thegetopt_long
call and hence-t
is not recognised.Can be fixed by adding
t
to thegetopt_long
call in mod-host.cmain
function.I am not sure how valid the self test is. It looks more relevant to Cardinal project!
The text was updated successfully, but these errors were encountered: