mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-18 05:09:05 +02:00
* Fix DefaultBytesToBlobData
This commit is contained in:
parent
3d92248d55
commit
d744f40921
@ -3996,6 +3996,7 @@ begin
|
|||||||
S:='';
|
S:='';
|
||||||
For I:=0 to Length(AValue) do
|
For I:=0 to Length(AValue) do
|
||||||
TJSString(S).Concat(IntToHex(aValue[i],2));
|
TJSString(S).Concat(IntToHex(aValue[i],2));
|
||||||
|
Result:=S;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user