From: Michael Vogt Date: Wed, 3 Oct 2007 00:27:08 +0000 (+0200) Subject: apt-pkg/acquire-item.cc: X-Git-Tag: 0.7.24ubuntu1~132 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/1c7d52b7916b64ad52b915bfe69e8817e33ad1e7?ds=sidebyside apt-pkg/acquire-item.cc: - cherry pick from --mvo --- diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index b5c2149cc..8c7b23fcb 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -395,7 +395,7 @@ void pkgAcqDiffIndex::Done(string Message,unsigned long Size,string Md5Hash, */ pkgAcqIndexDiffs::pkgAcqIndexDiffs(pkgAcquire *Owner, string URI,string URIDesc,string ShortDesc, - HashString ExpectedMD5, + HashString ExpectedHash, vector diffs) : Item(Owner), RealURI(URI), ExpectedHash(ExpectedHash), available_patches(diffs)