From b46c629f0cb68ddc28ad3e84dc1dd9946b73a1ec Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Fri, 15 Dec 2000 01:52:26 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/downloader/extractor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/downloader/extractor.cxx b/panda/src/downloader/extractor.cxx index b431fface7..f6a86017c6 100644 --- a/panda/src/downloader/extractor.cxx +++ b/panda/src/downloader/extractor.cxx @@ -81,10 +81,10 @@ initiate(Filename &source_file, const Filename &rel_path) { _source_file_length = _read_stream.tellg(); _read_stream.seekg(0, ios::beg); - // Read from the source file and write to the appropriate extracted file _total_bytes_read = 0; _read_all_input = false; _handled_all_input = false; + _mfile.reset(); return ES_success; }