mirror of https://gitlab.com/basile.b/dexed.git
fix for the linux x86_64 version
This commit is contained in:
parent
801201b900
commit
943332913b
|
@ -262,7 +262,7 @@ procedure TCEEditorWidget.getSymbolLoc;
|
||||||
var
|
var
|
||||||
curr: TCESynMemo;
|
curr: TCESynMemo;
|
||||||
str: TMemoryStream;
|
str: TMemoryStream;
|
||||||
srcpos: NativeInt;
|
srcpos: Integer;
|
||||||
ftempname, fname: string;
|
ftempname, fname: string;
|
||||||
begin
|
begin
|
||||||
if not dcdOn then exit;
|
if not dcdOn then exit;
|
||||||
|
|
Loading…
Reference in New Issue