Use PBD::to_string API from pbd/string_convert.h in AudioFileTagger
authorTim Mayberry <mojofunk@gmail.com>
Tue, 20 Sep 2016 12:56:39 +0000 (22:56 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:00 +0000 (09:37 +1000)
commit37d76e41049b1e844dbe6251d55dfe65fda8eca4
tree60065b4e1808e192ed6d7d964a235a40f5dd4588
parent0dbb9e63462272c632e78487167f07763cf1090f
Use PBD::to_string API from pbd/string_convert.h in AudioFileTagger

Use pbd/string_convert.h API instead of std::ostream for numeric formatting to
remain locale independent and not have to use a LocaleGuard. The formatting is
equivalent.
libs/ardour/audiofile_tagger.cc