initialize nulLen to 0 for all compilers as some versions of gcc don't see that it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Apr 2006 12:16:38 +0000 (12:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Apr 2006 12:16:38 +0000 (12:16 +0000)
commita78c43f158671390e8a129605c9ad088aac9e572
treec83189c190bde5f8815dcc9b6052b3501d9e328a
parent5ccc3f8470260c0191040024daa573c04c93880e
initialize nulLen to 0 for all compilers as some versions of gcc don't see that it's not used if left uninitialized too (bug 1469637)

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