deal correctly with vsnprintf() implementations which always NUL-terminate the buffer...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Oct 2006 15:51:10 +0000 (15:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Oct 2006 15:51:10 +0000 (15:51 +0000)
commit64f8f94ca0797f2d4a0c7daf34500ccc23c7d83e
treebc9740cb3941e68b58c47fca9fc780bd4943bff7
parentf4eadf61367885cdb0fec9692c5d4e5569aac260
deal correctly with vsnprintf() implementations which always NUL-terminate the buffer, even if there is not enough space (recent glibc ones do it like this)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/string.cpp