Use PBD::to_string from pbd/string_convert.h in ARDOUR::ExportFilename
authorTim Mayberry <mojofunk@gmail.com>
Wed, 21 Sep 2016 01:38:22 +0000 (11:38 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:00 +0000 (09:37 +1000)
commit797fbfc5dea3b510e87d2744609b646869e4ca8d
tree30ef8519905be7393938e8b36f4d675cc0253648
parent0ae2985a21430c2d4784d14849afac71a2cf1c1a
Use PBD::to_string from pbd/string_convert.h in ARDOUR::ExportFilename

The numeric formatting is equivalent to using iostreams in the C locale without
having to use a LocaleGuard or set global C++ locale.
libs/ardour/export_filename.cc