mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 06:08:55 +02:00
* Initialize result string
This commit is contained in:
parent
8f32a8190e
commit
b9aeeaa6e3
@ -586,6 +586,7 @@ Var
|
||||
lRes,lRawlen : Integer;
|
||||
|
||||
begin
|
||||
Result:='';
|
||||
aValue:=Char(aStartByte)+GetTillByte(Ord('>'));
|
||||
lRawlen:=Length(aValue) div 2;
|
||||
SetLength(Result{%H-},lRawLen);
|
||||
|
Loading…
Reference in New Issue
Block a user