summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-07-02 01:12:03 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-07-02 01:12:03 +0200
commit92c0e8526a2b01be179574be13773dddf8cdafbc (patch)
tree11b44f594c3b1aba8372da187ba1a07883821454
parent8059d5ad6b70976645619ada44b3c3e1d7a6b781 (diff)
Typo.
-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;