Re: fix for #3219

2005-10-23 Thread Eric Pouech
Vijay Kiran Kamuju wrote: The patch has been commited. If you want i will send another one. bye, Vijay I'll send a correct fix for this. A+ -- Eric Pouech

Re: fix for #3219

2005-10-20 Thread Vijay Kiran Kamuju
gt; > > > > Message du 19/10/05 18:27 > > De : "Vijay Kiran Kamuju" > > A : "Hans Leidekker" , wine-devel@winehq.org > > Copie à : > > Objet : Re: fix for #3219 > > > > I have kept it there incase of regressions > > We can jus

Re: fix for #3219

2005-10-20 Thread Eric POUECH
why not test for '?' and '.' which are the forms we know off, instead of letting the door ajar ? A+ > Message du 19/10/05 18:27> De : "Vijay Kiran Kamuju" <[EMAIL PROTECTED]>> A : "Hans Leidekker" <[EMAIL PROTECTED]>, wine-devel@winehq

Re: fix for #3219

2005-10-19 Thread Vijay Kiran Kamuju
I have kept it there incase of regressions We can just easily uncomment and test. Thanks, Vijay On 10/19/05, Hans Leidekker <[EMAIL PROTECTED]> wrote: > On Wednesday 19 October 2005 09:19, Vijay Kiran Kamuju wrote: > > > - /* MS mangled names always begin with '?' */ > > - if (*sym->current != '?

Re: fix for #3219

2005-10-19 Thread Hans Leidekker
On Wednesday 19 October 2005 09:19, Vijay Kiran Kamuju wrote: > -    /* MS mangled names always begin with '?' */ > -    if (*sym->current != '?') return FALSE; > +    /* MS mangled names always begin with '?' > +    if (*sym->current != '?') return FALSE; */ It's better to remove code then disab