From 334ec95e43a5aa9e01de8c0647448996ae25a8e0 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Fri, 19 Aug 2016 21:40:53 +1000 Subject: Use ID::to_s() in libardour instead of ID::print() --- libs/ardour/io.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/ardour/io.cc') diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc index 66aaaee68e..d9f73b6d8a 100644 --- a/libs/ardour/io.cc +++ b/libs/ardour/io.cc @@ -557,8 +557,7 @@ IO::state (bool /*full_state*/) Glib::Threads::Mutex::Lock lm (io_lock); node->add_property("name", _name); - id().print (buf, sizeof (buf)); - node->add_property("id", buf); + node->add_property ("id", id ().to_s ()); node->add_property ("direction", enum_2_string (_direction)); node->add_property ("default-type", _default_type.to_string()); -- cgit v1.2.3