]> git.saurik.com Git - apt.git/blobdiff - ftparchive/byhash.cc
Fix field-without-values appearing at end of file.
[apt.git] / ftparchive / byhash.cc
index 0a38457c0f657cd57c51ebeeb546936b92e16e12..354d089c31c339ade54785a820676f7be715e9c8 100644 (file)
@@ -41,9 +41,8 @@ void DeleteAllButMostRecent(std::string dir, int KeepFiles)
    auto files = GetListOfFilesInDir(dir, false);
    std::sort(files.begin(), files.end(), Cmp());
 
-   for (auto I=files.begin(); I<files.end()-KeepFiles; I++) {
-      unlink((*I).c_str());
-   }
+   for (auto I=files.begin(); I<files.end()-KeepFiles; ++I)
+      RemoveFile("DeleteAllButMostRecent", *I);
 }
 
 // Takes a input filename (e.g. binary-i386/Packages) and a hashstring