projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2682f2
)
typo fixed
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 18 Sep 1999 16:53:10 +0000
(16:53 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 18 Sep 1999 16:53:10 +0000
(16:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3711
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/fs_inet.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/fs_inet.cpp
b/src/common/fs_inet.cpp
index 3af1151d62712478818b94ccf53136252311a2ca..f471a5bf839367ba6e5006210e5ff0d7f04fbeed 100644
(file)
--- a/
src/common/fs_inet.cpp
+++ b/
src/common/fs_inet.cpp
@@
-98,7
+98,7
@@
wxFSFile* wxInternetFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxStri
m_Cache.Put(right, info);
{ // ok, now copy it:
- wxFileOutputStream sout(
wxString(buf)
);
+ wxFileOutputStream sout(
(wxString)buf
);
s -> Read(sout); // copy the stream
}
delete s;