mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 00:59:30 +02:00
Fix for bug report #39661
This commit is contained in:
parent
4c5fc2f958
commit
379c1414a7
@ -173,7 +173,7 @@ implementation
|
||||
if length(FId)>maxidlen then
|
||||
SetLength(FId,maxidlen);
|
||||
{$endif}
|
||||
FHash:=FPHash(s);
|
||||
FHash:=FPHash(FId);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user