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