Parcourir la source

fcl-passrc: fixed build broken since r36006

git-svn-id: trunk@36020 -
Károly Balogh il y a 8 ans
Parent
commit
a25912da0d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/fcl-passrc/src/paswrite.pp

+ 1 - 1
packages/fcl-passrc/src/paswrite.pp

@@ -190,7 +190,7 @@ begin
         begin
         if i > 0 then
           wrt(', ');
-        wrt(ASection.UsesClause[i].Identifier);
+        wrt(ASection.UsesClause[i].Name);
         if ASection.UsesClause[i].InFilename is TPrimitiveExpr then
           wrt(' in '''+TPrimitiveExpr(ASection.UsesClause[i].InFilename).Value+'''');
         end