You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Bug fix #43 : backwards compatibility
This commit is contained in:
@ -214,7 +214,7 @@ begin
|
||||
Result := 0
|
||||
else
|
||||
begin
|
||||
TempPointer := Pointer(PByte(FData) + FOffset);
|
||||
TempPointer := Pointer(cardinal(FData) + FOffset);
|
||||
|
||||
CopyMemory(TempPointer, ptr, size * n);
|
||||
|
||||
|
Reference in New Issue
Block a user