You've already forked lazarus-ccr
Delphi compatibility fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@740 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -230,6 +230,8 @@ begin
|
||||
if ( ALen > 0 ) then begin
|
||||
SetLength(Result,(2 * ALen));
|
||||
Base16Encode(ABin,ALen,@Result[1]);
|
||||
end else begin
|
||||
Result := '';
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user