From b011a334614861a603f7837c536c51c69b0a4258 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 16 Aug 2010 20:30:36 +0200 Subject: Remind me... why was this a bad idea again ? --- lib/Input.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3