13
0

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:
Paul Davis 2009-11-30 16:53:10 +00:00
parent 6a847f553c
commit 0afbd9c335

View File

@ -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;
}