work around bug or feature of string_compose()
authorRobin Gareus <robin@gareus.org>
Thu, 17 Sep 2015 18:51:11 +0000 (20:51 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 17 Sep 2015 18:51:11 +0000 (20:51 +0200)
commit17baf9362641f024440b61cecc176ee9096e1418
tree041cf06245535ce81723303e37d9b3320a9a10e7
parente44212321e436ee12bffb76361202b5efc83a172
work around bug or feature of string_compose()

string_compose("x%1x x%2x x%3x", "A", "", "C")
-> "xAx xCx xx"
and not
-> "xAx xx xCx"
gtk2_ardour/about.cc