mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 16:29:12 +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
|
if length(FId)>maxidlen then
|
||||||
SetLength(FId,maxidlen);
|
SetLength(FId,maxidlen);
|
||||||
{$endif}
|
{$endif}
|
||||||
FHash:=FPHash(s);
|
FHash:=FPHash(FId);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user