[Lazarus] Lazarus Release Candidate 1 of 1.8.0
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu May 18 17:02:53 CEST 2017
On Thu, 18 May 2017 16:57:40 +0200
Luca Olivetti via Lazarus <lazarus at lists.lazarus-ide.org> 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
More information about the Lazarus
mailing list