From: Michael Vogt Date: Mon, 15 Nov 2010 15:38:07 +0000 (+0100) Subject: cmdline/apt-get.cc: and add size as well X-Git-Tag: 0.8.11~6^2~14^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7f7aa6eb3227e69b34b1b38e3c5d5b15746c395f cmdline/apt-get.cc: and add size as well --- diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 4e96bc67d..febcab18c 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2780,7 +2780,7 @@ bool DoDownload(CommandLine &CmdL) else if (rec.MD5Hash() != "") hash = HashString("md5", rec.MD5Hash()); // get the file - new pkgAcqFile(&Fetcher, uri, hash.toStr(), 0, descr, Pkg.Name(), "."); + new pkgAcqFile(&Fetcher, uri, hash.toStr(), (*Ver)->Size, descr, Pkg.Name(), "."); result &= (Fetcher.Run() == pkgAcquire::Continue); }