Pierre Muller před 3 roky
rodič
revize
379c1414a7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/symbase.pas

+ 1 - 1
compiler/symbase.pas

@@ -173,7 +173,7 @@ implementation
         if length(FId)>maxidlen then
           SetLength(FId,maxidlen);
 {$endif}
-        FHash:=FPHash(s);
+        FHash:=FPHash(FId);
       end;