From: Michael Vogt Date: Wed, 29 Oct 2008 17:58:48 +0000 (+0100) Subject: add fixme for the future flJustExtension X-Git-Tag: 0.7.21~69^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/1c8ab7200ec4527cd38d0b4d0ef847452f011915?hp=--cc add fixme for the future flJustExtension --- 1c8ab7200ec4527cd38d0b4d0ef847452f011915 diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index ae8ff2205..09ea5da02 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -718,6 +718,10 @@ void pkgAcqIndex::Done(string Message,unsigned long Size,string Hash, else if(compExt == "gz") decompProg = "gzip"; // flExtensions returns the full name if no extension is found + // this is why we have this complicated compare operation here + // FIMXE: add a new flJustExtension() that return "" if no + // extension is found and use that above so that it can + // be tested against "" else if(compExt == flNotDir(URI(Desc.URI).Path)) decompProg = "copy"; else {