]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
The new OGL doesn't have to be compatible with the bugs in the old
[wxWidgets.git] / src / stc / PlatWX.cpp
index 99ce5a7a4ccf7925c34680e9d34d02aa403f4504..ab3e95c9d52a8ea2d5a9cbbaac21e6c7dcee4231 100644 (file)
@@ -1,5 +1,5 @@
 // Scintilla source code edit control
-// PlatWX.cxx - implementation of platform facilities on wxWindows
+// PlatWX.cxx - implementation of platform facilities on wxWidgets
 // Copyright 1998-1999 by Neil Hodgson <neilh@scintilla.org>
 //                        Robin Dunn <robin@aldunn.com>
 // The License.txt file describes the conditions under which this software may be distributed.
@@ -1233,7 +1233,7 @@ wxString stc2wx(const char* str, size_t len)
     strncpy(buffer, str, len);
     buffer[len]=0;
 
-    wxString cstr(buffer, wxConvUTF8);
+    wxString cstr(buffer, wxConvUTF8, len);
 
     delete[] buffer;
     return cstr;