X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04ebdf400ce7b0572a8f282fa759d973515e359b..e736b21a8c9295b42a528d76863559a4265dab02:/src/stc/PlatWX.cpp diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 99ce5a7a4c..46d478e701 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -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;