From 93274b8d888dea1cf8a855029800b808c6244605 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:24 +0000 Subject: Minor fixes Author: jgg Date: 1998-11-11 07:30:54 GMT Minor fixes --- apt-pkg/acquire.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/acquire.cc') diff --git a/apt-pkg/acquire.cc b/apt-pkg/acquire.cc index ccc28a3f7..8493691ca 100644 --- a/apt-pkg/acquire.cc +++ b/apt-pkg/acquire.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire.cc,v 1.11 1998/11/11 06:54:16 jgg Exp $ +// $Id: acquire.cc,v 1.12 1998/11/11 07:30:55 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -636,7 +636,7 @@ void pkgAcquireStatus::Stop() // --------------------------------------------------------------------- /* This is used to get accurate final transfer rate reporting. */ void pkgAcquireStatus::Fetched(unsigned long Size,unsigned long Resume) -{ +{ FetchedBytes += Size - Resume; } /*}}}*/ -- cgit v1.2.3-70-g09d2