瀏覽代碼

Fix for bug report #39661

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;