diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:09 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:09 +0000 |
commit | 4a6d5862ef735b34896c44744acbf1b6b6d3ee15 (patch) | |
tree | f50992bc1e05532dc603a0f3b597785d02cb3448 /cmdline | |
parent | 2ee6f3cb4379aef177f33d8ad63994ef1fde5117 (diff) |
Wichert and Espys bugs
Author: jgg
Date: 1999-03-17 03:25:25 GMT
Wichert and Espys bugs
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-cache.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 8a3a63695..8f47739a5 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-cache.cc,v 1.28 1999/02/19 08:57:41 jgg Exp $ +// $Id: apt-cache.cc,v 1.29 1999/03/17 03:25:25 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -361,9 +361,6 @@ bool DumpAvail(CommandLine &Cmd) for (pkgCache::PkgFileIterator I = Cache.FileBegin(); I.end() == false; I++) { - if ((I->Flags & pkgCache::Flag::NotSource) != 0) - continue; - if (I.IsOk() == false) { delete [] Buffer; |