]> git.saurik.com Git - apt.git/blobdiff - methods/rred.cc
Italian program translation update
[apt.git] / methods / rred.cc
index 774b58a4092bb9eba75a1da35089aa9f6e03d496..554ac99b4e3aed7ee22528a52917646957f8b35e 100644 (file)
@@ -581,7 +581,7 @@ class RredMethod : public pkgAcqMethod {
         FILE *inp = fopen(Path.c_str(), "r");
         FILE *out = fopen(Itm->DestFile.c_str(), "w");
 
-        Hashes hash;
+        Hashes hash(Itm->ExpectedHashes);
 
         patch.apply_against_file(out, inp, &hash);