Skip to content

Commit

Permalink
Fixes mod-audio#79.
Browse files Browse the repository at this point in the history
Add 't' short option.
  • Loading branch information
riban-bw committed Jul 7, 2024
1 parent b6dc4e0 commit e9e5881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod-host.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ int main(int argc, char **argv)
/* parse command line options */
int nofork = 0, verbose = 0, interactive = 0, selftest = 0;
int socket_port = SOCKET_DEFAULT_PORT, feedback_port = 0;
while ((opt = getopt_long(argc, argv, "nvp:f:iVh", long_options, &opt_index)) != -1)
while ((opt = getopt_long(argc, argv, "nvp:f:itVh", long_options, &opt_index)) != -1)
{
switch (opt)
{
Expand Down

0 comments on commit e9e5881

Please sign in to comment.