On Thu, 18 May 2017 16:57:40 +0200
Luca Olivetti via Lazarus <[email protected]> wrote:

>[...]
> Index: components/codetools/ide/codyidentifiersdlg.pas
> ===================================================================
> --- components/codetools/ide/codyidentifiersdlg.pas     (revision 54949)
> +++ components/codetools/ide/codyidentifiersdlg.pas     (working copy)
> @@ -1366,7 +1366,7 @@
>     NewY: integer;
>     NewTopLine: integer;
>     CurUnit: TUDUnit;
> -  MainPath: RawByteString;
> +  MainPath: {$IF FPC_FULLVERSION < 30000} string {$ELSE} RawByteString 
> {$ENDIF};

It must be string. Fixed.

Mattias
-- 
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to