]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/http.cpp
A few compile things.
[wxWidgets.git] / src / common / http.cpp
index b433e4f0134b9c5551d50563ac543519c398869b..08c4df058c2a38484e840c389def352ce0b4d426 100644 (file)
@@ -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;