tags 386489 patch
This seems to fix it for me, perhaps in the intended manner, although
I've probably indented it all wrongly.
--- /tmp/cmdline_show.cc.orig 2006-09-07 17:51:21.000000000 -0700
+++ /tmp/cmdline_show.cc.new 2006-09-07 17:50:40.000000000 -0700
@@ -535,7 +535,8 @@
for(pkgCache::PkgIterator P=(*apt_cache_file)->PkgBegin();
!P.end(); ++P)
if(m->matches(P))
- return do_cmdline_show_target(P, source, sourcestr, verbose,
has_explicit_source);
+ if (!do_cmdline_show_target(P, source, sourcestr, verbose,
has_explicit_source))
+ return false;
delete m;
}
-------------------------------------
Martin's Outlook, BlueArc Engineering