Re: wine/dlls/setupapi parser.c

2005-05-31 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Alexandre Julliard wrote: > > >Index: wine/dlls/setupapi/parser.c > >diff -u -p wine/dlls/setupapi/parser.c:1.15 wine/dlls/setupapi/parser.c:1.16 > >--- wine/dlls/setupapi/parser.c:1.15 Tue May 31 17:10:06 2005 >

Re: wine/dlls/setupapi parser.c

2005-05-31 Thread Robert Shearman
Alexandre Julliard wrote: Index: wine/dlls/setupapi/parser.c diff -u -p wine/dlls/setupapi/parser.c:1.15 wine/dlls/setupapi/parser.c:1.16 --- wine/dlls/setupapi/parser.c:1.15Tue May 31 17:10:06 2005 +++ wine/dlls/setupapi/parser.c Tue May 31 17:10:06 2005 @@ -852,7 +852,9 @@ static DWORD

RE: dlls/setupapi/parser.c

2004-10-07 Thread Ge van Geldorp
> From: Alexandre Julliard > > Ge van Geldorp <[EMAIL PROTECTED]> writes: > > > Changelog: > > Ge van Geldorp <[EMAIL PROTECTED]> > > - GetFullPathName returns length without nul byte > > If it does that's a bug, it's supposed to count the > terminating null. Or do you have evidence that it

Re: dlls/setupapi/parser.c

2004-10-06 Thread Alexandre Julliard
Ge van Geldorp <[EMAIL PROTECTED]> writes: > Changelog: > Ge van Geldorp <[EMAIL PROTECTED]> > - GetFullPathName returns length without nul byte If it does that's a bug, it's supposed to count the terminating null. Or do you have evidence that it doesn't do that on Windows? -- Alexandre Jul