Pierre Muller преди 3 години
родител
ревизия
379c1414a7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;