On Sat, 2011-11-05 at 18:52 +0000, Peter Slegg wrote:
> > I have this in XaAES:
> >
> > if( cfg.xa_bubble && !strnicmp( "  BUBBLE", client->name, 8 ) )
> > {
> >    xa_bubble( lock, bbl_disable_bubble, 0, 0 );
> > }
This is not quite correct. It will match all applications that begins
with "Bubble".
What is the purpose of this test anyway?
Jo Even