mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 02:59:13 +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;
|
Result:=APath;
|
||||||
If (result<>'') then
|
If (result<>'') then
|
||||||
begin
|
begin
|
||||||
|
UniqueString(Result);
|
||||||
P:=PChar(Result);
|
P:=PChar(Result);
|
||||||
While (P^<>#0) do
|
While (P^<>#0) do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user