projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7b4fee4
)
oops, compilation fix after applying the patch
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 9 Jul 2003 22:47:02 +0000
(22:47 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 9 Jul 2003 22:47:02 +0000
(22:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21824
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/http.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/http.cpp
b/src/common/http.cpp
index 71db1b5e851f2a393ee6412783e6955fd0fb8fef..bd5aac20f4b94dfaa2d715fb89dcac2eaa532eb3 100644
(file)
--- a/
src/common/http.cpp
+++ b/
src/common/http.cpp
@@
-196,7
+196,7
@@
bool wxHTTP::BuildRequest(const wxString& path, wxHTTP_Req req)
request = wxT("GET");
break;
case wxHTTP_POST:
request = wxT("GET");
break;
case wxHTTP_POST:
-
tmp_buf
= wxT("POST");
+
request
= wxT("POST");
break;
default:
return FALSE;
break;
default:
return FALSE;