Browse Source

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

git-svn-id: trunk@18269 -
florian 14 years ago
parent
commit
386585ab66
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 0
packages/fpmkunit/src/fpmkunit.pp

@@ -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