Use PBD::to_string() from pbd/string_convert.h in JACK utils
authorTim Mayberry <mojofunk@gmail.com>
Tue, 20 Sep 2016 12:19:55 +0000 (22:19 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:00 +0000 (09:37 +1000)
commitbf5864aaca6a50df2f24bc4fb22096a98ee1f7ba
tree558cb1871b1edb8b7b7ce2a062eb5feee329af28
parentca7bbea6d8378c0ca4c0e2deecd70c60178f7378
Use PBD::to_string() from pbd/string_convert.h in JACK utils

Use pbd/string_convert.h API instead of std::ostream for numeric formatting to
remain locale independent and not have to use a LocaleGuard.
libs/backends/jack/jack_utils.cc