]> git.saurik.com Git - apt.git/commitdiff
AUTHORS: Update: I am active, bubulle is not
authorJulian Andres Klode <jak@debian.org>
Tue, 12 Jan 2016 10:27:13 +0000 (11:27 +0100)
committerJulian Andres Klode <jak@debian.org>
Tue, 12 Jan 2016 10:27:13 +0000 (11:27 +0100)
Gbp-Dch: ignore

AUTHORS
apt-private/private-search.cc

diff --git a/AUTHORS b/AUTHORS
index fc0916331c519f847a26747385c4d4724ad63c29..cce31e651dddbd043c0dba03438093cff40d663b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,9 +6,8 @@ Michael Vogt <mvo@debian.org>
 David Kalnischkies <kalnischkies+debian@gmail.com>
 - Development, bug fixes
 
-Christian Perrier <bubulle@debian.org>
-- Translations hero/coordinator
-
+Julian Andres Klode
+- Development, bug fixes
 
 Past Contributors:
 
@@ -16,8 +15,8 @@ Robert Collins <robert.collins@canonical.com>
 - Change the package index Info methods to allow apt-cache policy to be useful
   when using several different archives on the same host.
 
-Julian Andres Klode
-- Development, bug fixes
+Christian Perrier <bubulle@debian.org>
+- Translations hero/coordinator
 
 Eugene V. Lyubimkin
 - Development, bug fixes
index 4f2bc491343b14ceb290912e3a31fbf9eaa28d4f..bae04173d9f70302478d40876c54f99e2979b712 100644 (file)
@@ -92,7 +92,8 @@ static bool FullTextSearch(CommandLine &CmdL)                         /*{{{*/
       char const * const PkgName = P.Name();
       pkgCache::DescIterator Desc = V.TranslatedDescription();
       std::string LongDesc = "";
-      if (!Desc.end()) {
+      if (Desc.end() == false)
+      {
         pkgRecords::Parser &parser = records.Lookup(Desc.FileList());
         LongDesc = parser.LongDesc();
       }