fix for the linux x86_64 version

This commit is contained in:
Basile Burg 2014-08-08 02:09:09 +02:00
parent 801201b900
commit 943332913b
1 changed files with 1 additions and 1 deletions

View File

@ -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;