]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
use wxGTK_CONV instead of directly using wxConvLocal (simplifies code avoiding needle...
[wxWidgets.git] / src / common / strconv.cpp
index 412dcbe2ce5840ec752ac91a9b82b8739fae4890..3f00282a39f7840ac47003c47458e257b56b4e53 100644 (file)
@@ -2760,7 +2760,7 @@ public:
     {
         OSStatus status = noErr ;
         ByteCount byteOutLen ;
-        ByteCount byteInLen = strlen(psz) ;
+        ByteCount byteInLen = strlen(psz) + 1;
         wchar_t *tbuf = NULL ;
         UniChar* ubuf = NULL ;
         size_t res = 0 ;