On Thu, Sep 07, 2006 at 05:59:21PM -0700, Martin Dorey <[EMAIL PROTECTED]> was 
heard to say:
> 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

  That looks right.  Thanks.

  Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to