Bug fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,7 +56,7 @@ wxFSFile* wxFilterFSHandler::OpenFile(
|
|||||||
if (!leftStream.get() || !leftStream->IsOk())
|
if (!leftStream.get() || !leftStream->IsOk())
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
wxInputStreamPtr stream(factory->NewStream(leftStream.get()));
|
wxInputStreamPtr stream(factory->NewStream(leftStream.release()));
|
||||||
|
|
||||||
// The way compressed streams are supposed to be served is e.g.:
|
// The way compressed streams are supposed to be served is e.g.:
|
||||||
// Content-type: application/postscript
|
// Content-type: application/postscript
|
||||||
|
Reference in New Issue
Block a user