Fix port rename problems.
git-svn-id: svn://localhost/ardour2/branches/3.0@4431 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -375,7 +375,7 @@ ARDOUR::Port::set_name (std::string const & n)
|
||||
|
||||
if (_jack_port) {
|
||||
r = jack_port_set_name (_jack_port, n.c_str());
|
||||
if (r) {
|
||||
if (r == 0) {
|
||||
_name = n;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user