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