On Mon, 18 Aug 2008, Mattias Gärtner wrote:

> > Concerning recurse:
> >
> > line 405 of ProjectTemplates.pp contains
> >
> >     If (FindFirst(Dir+'*',0,Info)<>0) then
> >
> > that should be
> >     If (FindFirst(Dir+'*',0,Info)=0) then
> >
> > Mattias, should I send a patch, or commit directly ?
> 
> Both. Send the patch directly to svn.

Well, the fuzzy logic unit in my brain interpreted this as a 'please commit 
directly'
so rev 16125 contains the fix. I changed the '*' to an AllFilesMask while I was 
at it.

Michael.
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to