]> git.saurik.com Git - wxWidgets.git/commit - src/common/string.cpp
fixes and workarounds to return value of our own wxVsnprintf_() implementation: handl...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jan 2007 16:17:28 +0000 (16:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Jan 2007 16:17:28 +0000 (16:17 +0000)
commitf2bbe5b675f073fc6f7c6b249f6c5f480a17f027
tree297b38af7ef875f893ee043d85da03fbbe6522a8
parentd2aa263fd120a01843fb40a063abe8c6ff921cbc
fixes and workarounds to return value of our own wxVsnprintf_() implementation: handle -1 as error and not an indication that there is not enough space (patch 1623077)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/wxchar.h
src/common/string.cpp
src/common/wxchar.cpp
tests/strings/vsnprintf.cpp