]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
merge with the debian tree
[apt.git] / apt-pkg / acquire-item.cc
index 8c7b23fcbfe2c5fc10079105fe884acff21d4d47..8d647cdf2e40888d0a2f71c9a3ae786ccaaffe2e 100644 (file)
@@ -743,10 +743,7 @@ void pkgAcqIndex::Done(string Message,unsigned long Size,string Hash,
    
    // The files timestamp matches
    if (StringToBool(LookupTag(Message,"IMS-Hit"),false) == true)
-   {
-      unlink(FileName.c_str());
       return;
-   }
 
    if (FileName == DestFile)
       Erase = true;
@@ -754,7 +751,7 @@ void pkgAcqIndex::Done(string Message,unsigned long Size,string Hash,
       Local = true;
    
    string compExt = Desc.URI.substr(Desc.URI.size()-3);
-   char *decompProg;
+   const char *decompProg;
    if(compExt == "bz2") 
       decompProg = "bzip2";
    else if(compExt == ".gz")