mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Missed a spot in adding -A, fixed
This commit is contained in:
parent
620f3b9358
commit
820d1340d6
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ print_help (const char *execname)
|
|||
int
|
||||
ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[])
|
||||
{
|
||||
const char *optstring = "abBc:C:dD:hHk:E:m:N:nOp:PST:U:vV";
|
||||
const char *optstring = "aAbBc:C:dD:hHk:E:m:N:nOp:PST:U:vV";
|
||||
const char *execname = strrchr (argv[0], '/');
|
||||
|
||||
if (execname == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue