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
|
||||
curr: TCESynMemo;
|
||||
str: TMemoryStream;
|
||||
srcpos: NativeInt;
|
||||
srcpos: Integer;
|
||||
ftempname, fname: string;
|
||||
begin
|
||||
if not dcdOn then exit;
|
||||
|
|
Loading…
Reference in New Issue