]> 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 15577363e8e755e89f7f23d1fffcf965a74903fd..8d647cdf2e40888d0a2f71c9a3ae786ccaaffe2e 100644 (file)
@@ -751,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")