From 6f42565fe267a17221fa024cab35fde48a83947d Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 8 Mar 2003 02:47:13 +0000 Subject: Archives bug... --- lib/Input.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Input.cc b/lib/Input.cc index c26fba6..f246f73 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -90,7 +90,7 @@ Input::Input(const String & no) throw (GeneralException) : seek(0, SEEK_SET); } } else { -// size = results.size; + size = results.size; seek(results.ptr, SEEK_SET); size = readU32(); date_modif = 0; @@ -160,6 +160,7 @@ int Input::wrapopen(const String & fname, openresults_t * results) { return Archive::open(fname, results); } } + results->name = ""; return open(fname.to_charp(), O_RDONLY); } -- cgit v1.2.3