mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
cut-n-paste coding error
git-svn-id: svn://localhost/ardour2/branches/3.0@6216 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6a847f553c
commit
0afbd9c335
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ ARDOUR::parse_debug_options (const char* str)
|
|||
} else if (strncasecmp (p, "transport", strlen (p)) == 0) {
|
||||
bits |= ARDOUR::DEBUG::Transport;
|
||||
} else if (strncasecmp (p, "slave", strlen (p)) == 0) {
|
||||
bits |= ARDOUR::DEBUG::Transport;
|
||||
bits |= ARDOUR::DEBUG::Slave;
|
||||
} else if (strncasecmp (p, "sessionevents", strlen (p)) == 0) {
|
||||
bits |= ARDOUR::DEBUG::SessionEvents;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue