]> git.saurik.com Git - apt.git/commitdiff
apt-pkg/acquire-item.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 3 Oct 2007 00:27:08 +0000 (02:27 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 3 Oct 2007 00:27:08 +0000 (02:27 +0200)
- cherry pick from --mvo

apt-pkg/acquire-item.cc

index b5c2149cc6096f3bca4d1d42904738a465ea102b..8c7b23fcbfe2c5fc10079105fe884acff21d4d47 100644 (file)
@@ -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<DiffInfo> diffs)
    : Item(Owner), RealURI(URI), ExpectedHash(ExpectedHash), 
      available_patches(diffs)