summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Input.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Input.cc b/lib/Input.cc
index 11cb6ad..9bae53c 100644
--- a/lib/Input.cc
+++ b/lib/Input.cc
@@ -205,8 +205,10 @@ int Input::wrapopen(const String & fname, openresults_t * results) {
}
void Input::SetZ(int l) throw(GeneralException) {
- if (!fromarchive)
+ if (!fromarchive) {
Handle::SetZ(l);
+ size = -1;
+ }
}
#ifdef HOOK_STDS