]> git.mxchange.org Git - flightgear.git/commit
Fix string buffer issue with replay time display.
authorThorstenB <brehmt@gmail.com>
Tue, 31 Jan 2012 22:19:02 +0000 (23:19 +0100)
committerThorstenB <brehmt@gmail.com>
Tue, 31 Jan 2012 22:19:02 +0000 (23:19 +0100)
commit5c3b6a2cc4a741fd886ae151291c7daffc807946
tree10fb9edc443d544ce039467a6621767d443f9d71
parent5f6012802f1b3472239b438721204cfb82682494
Fix string buffer issue with replay time display.
Unclean method of appending a string to a buffer would break with
some compiler optimization settings.
src/Aircraft/replay.cxx