projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update copyright year in the version information resource.
[wxWidgets.git]
/
src
/
common
/
zipstrm.cpp
diff --git
a/src/common/zipstrm.cpp
b/src/common/zipstrm.cpp
index 7a5b619a35efe489008d1c48feda4fc13cd4daa5..4902738a07aaf7bed96e3e1c1a17a27bc3b8c998 100644
(file)
--- a/
src/common/zipstrm.cpp
+++ b/
src/common/zipstrm.cpp
@@
-1341,7
+1341,7
@@
void wxZipInputStream::Init(const wxString& file)
ffile = static_cast<wxFFileInputStream*>(m_parent_i_stream);
wxZipEntryPtr_ entry;
- if (ffile->Ok()) {
+ if (ffile->
Is
Ok()) {
do {
entry.reset(GetNextEntry());
}