mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 21:09:35 +02:00
fix Unable to create target lazarus directory, issue #10286
git-svn-id: trunk@13071 -
This commit is contained in:
parent
6301facd85
commit
9df2110ffb
@ -603,7 +603,7 @@ var i: integer;
|
||||
Dir: string;
|
||||
begin
|
||||
DoDirSeparators(DirectoryName);
|
||||
DirectoryName:=IncludeTrailingPathDelimiter(DirectoryName);
|
||||
DirectoryName:=AppendPathDelim(DirectoryName);
|
||||
i:=1;
|
||||
while i<=length(DirectoryName) do begin
|
||||
if DirectoryName[i]=PathDelim then begin
|
||||
|
Loading…
Reference in New Issue
Block a user