* fix #41091: apply patch by @yoozaa80 to use the length of the WideString instead of the single-/multibyte encoded string

This commit is contained in:
Sven/Sarah Barth 2025-01-07 21:22:04 +01:00
parent d595976f4c
commit 5e57516498

View File

@ -466,7 +466,7 @@ var block : TVerBlockHeader;
begin
before:=RawData.Position;
block.length:=0;
block.vallength:=length(aValue)+1;
block.vallength:=length(WideString(aValue))+1;
block.valtype:=1;
block.key:=aKey;
{$IFDEF ENDIAN_BIG}