* call UniqueString for Result in fpkmkunit.fixpath as suggest by Henry Vermaak, resolves #20015

git-svn-id: trunk@18269 -
This commit is contained in:
florian 2011-08-18 22:03:29 +00:00
parent 860d753055
commit 386585ab66

View File

@ -1744,6 +1744,7 @@ begin
Result:=APath;
If (result<>'') then
begin
UniqueString(Result);
P:=PChar(Result);
While (P^<>#0) do
begin