diff options
author | bubulle@debian.org <> | 2006-12-11 21:14:32 +0100 |
---|---|---|
committer | bubulle@debian.org <> | 2006-12-11 21:14:32 +0100 |
commit | 340de3c2c189ce8e94b3181ad219c360b7f913b2 (patch) | |
tree | 95e26ec7ffa142bcaf415a2611306f444c0735f5 /apt-pkg/vendorlist.cc | |
parent | 5745571310a4f39bf2e0f6c4f0c6a56bed3c0eff (diff) | |
parent | 82b1691e27956cad53d65e0e93f1aa39d407b3d9 (diff) |
Merke with Michael
Update Ukrainian translation
Activate Ukrainian. Closes: #396966
Diffstat (limited to 'apt-pkg/vendorlist.cc')
-rw-r--r-- | apt-pkg/vendorlist.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/vendorlist.cc b/apt-pkg/vendorlist.cc index 72694dd75..8e5d09e8a 100644 --- a/apt-pkg/vendorlist.cc +++ b/apt-pkg/vendorlist.cc @@ -113,7 +113,7 @@ bool pkgVendorList::CreateList(Configuration& Cnf) const Vendor* pkgVendorList::LookupFingerprint(string Fingerprint) { - for (const_iterator I = begin(); I != end(); ++I) + for (const_iterator I = VendorList.begin(); I != VendorList.end(); ++I) { if ((*I)->LookupFingerprint(Fingerprint) != "") return *I; |