From 556aa54bfdfdc72c49a9ea705fe81c03f596c732 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 30 Jun 2010 18:17:52 +0200 Subject: Supposedly fixing issue with raw .gz files. --- lib/Input.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Input.cc b/lib/Input.cc index 4c2f419..45a238f 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -204,8 +204,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