summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Input.cc b/lib/Input.cc
index 2a6ec2c..319538c 100644
--- a/lib/Input.cc
+++ b/lib/Input.cc
@@ -131,7 +131,7 @@ Input::Input(const String & no) throw (GeneralException) :
printm(M_INFO, String(_("Opening file in archive, position ")) + results.ptr + "\n");
#endif
seek(results.ptr, SEEK_SET);
- _size = readU32();
+ size = readU32();
date_modif = 0;
fromarchive = true;
itell = 0;