]> git.mxchange.org Git - simgear.git/commit
Use std::string.append, avoid string copying.
authorJames Turner <zakalawe@mac.com>
Sat, 5 Oct 2013 22:25:25 +0000 (23:25 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 9 Oct 2013 08:03:27 +0000 (10:03 +0200)
commitd658b5fc389836a7eb916141dafca46e63ca12d3
tree15208da81ff1f61300f7b0065cbd8b3c67b246f2
parent68cd84c3308c6617f4c43dcb1801689eb087b029
Use std::string.append, avoid string copying.

Removes a hot-spot on the SVN update path.
simgear/io/SVNReportParser.cxx