diff options
-rw-r--r-- | tools.pas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |