mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:29:38 +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';
|
FpcIStart = 'see fpc -i or fpc -i';
|
||||||
var
|
var
|
||||||
ch: Char;
|
ch: Char;
|
||||||
i: SizeInt;
|
i: integer;
|
||||||
begin
|
begin
|
||||||
Result := Nil;
|
Result := Nil;
|
||||||
i := Pos(FpcIStart, aOpt);
|
i := Pos(FpcIStart, aOpt);
|
||||||
|
Loading…
Reference in New Issue
Block a user