mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 12:19:16 +02:00
LazFreeType: Fixup for r40207 #7aff56c144
git-svn-id: trunk@40208 -
This commit is contained in:
parent
7aff56c144
commit
5456be4d59
@ -802,7 +802,7 @@ end;
|
||||
result := SeekFile(Position+ADist);
|
||||
end;
|
||||
|
||||
function TFreeTypeStream.ReadFile(var ABuff; A Count: Int): TError;
|
||||
function TFreeTypeStream.ReadFile(var ABuff; ACount: Int): TError;
|
||||
begin
|
||||
result := Failure;
|
||||
if FStream = nil then
|
||||
|
Loading…
Reference in New Issue
Block a user