summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.pas b/tools.pas
index ffcf199..8873cb5 100644
--- a/tools.pas
+++ b/tools.pas
@@ -313,7 +313,7 @@ begin
i:=findeIndex(regEx);
if (i>=0) and (i<count) and (sItems[i].name=regEx) then begin
setLength(indizes,1);
- indizes[0]:=longint(sortiert[i]);
+ indizes[0]:=sortiert[i];
end;
end;
end;