Compile fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ddb6bc7126
commit
1759ff9e91
@ -197,7 +197,7 @@ bool wxHTTP::BuildRequest(const wxString& path, wxHTTP_Req req)
|
||||
SetFlags(NONE);
|
||||
Notify(FALSE);
|
||||
|
||||
sprintf(buf, "%s %s\n\r", tmp_buf, pathbuf);
|
||||
sprintf(buf, "%s %s\n\r", tmp_buf, (const char*) pathbuf);
|
||||
Write(buf, strlen(buf));
|
||||
SendHeaders();
|
||||
sprintf(buf, "\n\r");
|
||||
|
Loading…
Reference in New Issue
Block a user