Explorar el Código

Fix for bug report #39661

Pierre Muller hace 3 años
padre
commit
379c1414a7
Se han modificado 1 ficheros con 1 adiciones y 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;