diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-07-02 01:12:03 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-07-02 01:12:03 +0200 |
commit | 92c0e8526a2b01be179574be13773dddf8cdafbc (patch) | |
tree | 11b44f594c3b1aba8372da187ba1a07883821454 /lib/Input.cc | |
parent | 8059d5ad6b70976645619ada44b3c3e1d7a6b781 (diff) |
Typo.
Diffstat (limited to 'lib/Input.cc')
-rw-r--r-- | lib/Input.cc | 2 |
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; |