mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* call UniqueString for Result in fpkmkunit.fixpath as suggest by Henry Vermaak, resolves #20015
git-svn-id: trunk@18269 -
This commit is contained in:
parent
860d753055
commit
386585ab66
@ -1744,6 +1744,7 @@ begin
|
||||
Result:=APath;
|
||||
If (result<>'') then
|
||||
begin
|
||||
UniqueString(Result);
|
||||
P:=PChar(Result);
|
||||
While (P^<>#0) do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user