Explorar o código

Fix for bug report #39661

Pierre Muller %!s(int64=3) %!d(string=hai) anos
pai
achega
379c1414a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;