Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 1999-05-30 17:45:12 +00:00
parent ddb6bc7126
commit 1759ff9e91

View File

@ -197,7 +197,7 @@ bool wxHTTP::BuildRequest(const wxString& path, wxHTTP_Req req)
SetFlags(NONE); SetFlags(NONE);
Notify(FALSE); 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)); Write(buf, strlen(buf));
SendHeaders(); SendHeaders();
sprintf(buf, "\n\r"); sprintf(buf, "\n\r");