]> git.saurik.com Git - apt.git/commitdiff
Syntax
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:04:12 +0000 (17:04 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:04:12 +0000 (17:04 +0000)
Author: mdz
Date: 2003-12-20 23:58:55 GMT
Syntax

cmdline/apt-get.cc

index a255270c6fc760962d2f3b596f56b6762e664b87..604f14aa6e3a0e12f324076469dc6f1a1a2caab1 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.148 2003/12/20 23:55:05 mdz Exp $
+// $Id: apt-get.cc,v 1.149 2003/12/20 23:58:55 mdz Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -1564,7 +1564,7 @@ bool DoInstall(CommandLine &CmdL)
                        break;
 
                      /* Skip if we already saw it */
-                     if (int(SuggestsList.find(target)) != -1 || int(RecommendsList.find(target) != -1)
+                     if (int(SuggestsList.find(target)) != -1 || int(RecommendsList.find(target)) != -1)
                        break; 
 
                     if (Start->Type == pkgCache::Dep::Suggests) {