RE: msxml3: Fix crashes on win98

2008-05-30 Thread Alistair Leslie-Hughes
> > Just a question. Why not use a goto to a cleanup session instead of having > > these > huge indented blocks? Or is goto a bad thing by default? I personally don't use goto statements when an if is good enough, also I find goto's can make code harder to read in some instances. I'm not agains

Re: msxml3: Fix crashes on win98

2008-05-30 Thread Paul Vriens
Alistair Leslie-Hughes wrote: > Hi, > > Changelog: > msxml3: Fix crashes on win98 > > Best Regards > Alistair Leslie-Hughes > > > > > Just a question. Why not use a goto to