mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 21:50:05 +02:00
IPro: Fix compilation.
git-svn-id: trunk@64528 -
This commit is contained in:
parent
077ebbe494
commit
9ac53dd983
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user