advpack: Handle dwFlags for DelNode with tests

Andreas Mohr andi at rhlx01.fht-esslingen.de
Thu Dec 1 09:16:40 CST 2005


Hi,

On Thu, Dec 01, 2005 at 02:45:37PM +0000, James Hawkins wrote:
> On 12/1/05, Alexandre Julliard <julliard at winehq.org> wrote:
> > James Hawkins <truiken at gmail.com> writes:
> >
> > > +        /* Generate a path with wildcard suitable for iterating */
> > > +        if (CharPrevA(szFilename, szFilename + iLen) != "\\")
> > > +        {
> >
> > I don't think this means what you think it means ;-)

> if the check is what's wrong.  Am I missing something?

Yup, you're missing a lot :)

String pointer address comparisons don't really make a lot of sense...

Andreas



More information about the wine-devel mailing list