From 92c0e8526a2b01be179574be13773dddf8cdafbc Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 2 Jul 2010 01:12:03 +0200 Subject: Typo. --- lib/Input.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Input.cc') 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; -- cgit v1.2.3