]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-list.cc
l10n: vi.po (636t): Update program translation
[apt.git] / apt-private / private-list.cc
index d746acf3ffa488f58ae13db18a9285d290b08ab4..5363486406d080856a12769c031aa576b23cb7cb 100644 (file)
@@ -127,7 +127,7 @@ bool DoList(CommandLine &Cmd)
                             Cache->Head().PackageCount, 
                             Cache->Head().PackageCount,
                             _("Listing"));
-   GetLocalitySortedVersionSet(CacheFile, bag, matcher, progress);
+   GetLocalitySortedVersionSet(CacheFile, &bag, matcher, &progress);
    bool const ShowAllVersions = _config->FindB("APT::Cmd::All-Versions", false);
    std::map<std::string, std::string> output_map;
    for (LocalitySortedVersionSet::iterator V = bag.begin(); V != bag.end(); ++V)