Prevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error()
authorDavid Elliott <dfe@tgwbd.org>
Tue, 16 Nov 2004 03:15:00 +0000 (03:15 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 16 Nov 2004 03:15:00 +0000 (03:15 +0000)
commitb9d84e4c0602cfae0b72112bb987d19cc7d6d682
treee6dc1e88b7db3381a0c01a79e7cef6d317f7026e
parentf12a90c7c25c1ebde00c5744540f7769cfade63a
Prevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error()
without first checking IsOpened().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wfstream.cpp