From 8059d5ad6b70976645619ada44b3c3e1d7a6b781 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 1 Jul 2010 15:58:53 -0700 Subject: Fixing chicken'n'egg issue with the change in 556aa54. --- lib/Input.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Input.cc b/lib/Input.cc index 45a238f..2a6ec2c 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -130,13 +130,12 @@ Input::Input(const String & no) throw (GeneralException) : #ifdef DEBUG printm(M_INFO, String(_("Opening file in archive, position ")) + results.ptr + "\n"); #endif - size = results.size; seek(results.ptr, SEEK_SET); - size = readU32(); + _size = readU32(); date_modif = 0; - SetZ(); fromarchive = true; itell = 0; + SetZ(); } } -- cgit v1.2.3