On Mon, 6 Mar 2006 10:31:19 +0200
"Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote:

> I got the latest SVN version and tried to compile it with FPC 2.0.2
> and got the following...
> 
> C:\lazarus\components\codetools\FileProcs.pas(487,39) Error: Wrong
> number of parameters specified
> 
> 
> function GetFilenameOnDisk(const AFilename: string): string;
> begin
>   Result:=AFilename;
>   {$IFDEF CaseInsensitiveFilenames}
>   Result:=FindDiskFilename(Result,true);
>   {$ENDIF}
> end;
> 
> FindDistFilename only has one parameter....

My fault. Sorry. Fixed.

Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to