2
0
Pierre Muller 3 жил өмнө
parent
commit
379c1414a7

+ 1 - 1
compiler/symbase.pas

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