X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fae05df5a988883e9c6683ccded766dfb7b84b1b..d1af991f497a5e95d8f8ab15a4e4a4a4c375928f:/src/common/http.cpp diff --git a/src/common/http.cpp b/src/common/http.cpp index b433e4f013..08c4df058c 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -180,7 +180,7 @@ bool wxHTTP::Connect(wxSockAddress& addr, bool WXUNUSED(wait)) bool wxHTTP::BuildRequest(const wxString& path, wxHTTP_Req req) { wxChar *tmp_buf; - wxCharBuffer buf(""); + wxChar buf[200]; const wxWX2MBbuf pathbuf; wxString tmp_str;