IPro: Fix compilation.

git-svn-id: trunk@64528 -
This commit is contained in:
juha 2021-02-11 14:42:20 +00:00
parent 077ebbe494
commit 9ac53dd983

View File

@ -1570,7 +1570,7 @@ begin
{ Make sure the path has no backslash. }
FPath := aPath;
if FPath[length(FPath)] = '\' then
SetLength(FPath, pred(length(FPath)))
SetLength(FPath, pred(length(FPath)));
{ Check that it really exists. }
if not DirExists(aPath) then