Use PBD::to_string to convert bufsize to string in EngineControl class
authorTim Mayberry <mojofunk@gmail.com>
Tue, 6 Sep 2016 11:39:27 +0000 (21:39 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:36:59 +0000 (09:36 +1000)
commit0739bada9e1accb478c5b331756e5943b0ebef88
treea5192974d9645c55514bc348e82f1518eca60c76
parentdf2b0e33b913f842ed9964cce4c870c45cd02b38
Use PBD::to_string to convert bufsize to string in EngineControl class

string_compose uses std::ostream/stringstream which will insert thousands
separators in some locales. This was not a problem when LocaleGuard set the
global C++ locale to "C"
gtk2_ardour/engine_dialog.cc