mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +02:00
IDE: fixed compilatioin x86-64
git-svn-id: trunk@47180 -
This commit is contained in:
parent
5409f972b8
commit
add97f7a02
@ -936,7 +936,7 @@ const
|
||||
FpcIStart = 'see fpc -i or fpc -i';
|
||||
var
|
||||
ch: Char;
|
||||
i: SizeInt;
|
||||
i: integer;
|
||||
begin
|
||||
Result := Nil;
|
||||
i := Pos(FpcIStart, aOpt);
|
||||
|
Loading…
Reference in New Issue
Block a user