1 Dec
2005
1 Dec
'05
3:16 p.m.
Hi, On Thu, Dec 01, 2005 at 02:45:37PM +0000, James Hawkins wrote:
On 12/1/05, Alexandre Julliard <julliard(a)winehq.org> wrote:
James Hawkins <truiken(a)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