LazFreeType: Fixup for r40207 #7aff56c144

git-svn-id: trunk@40208 -
This commit is contained in:
ask 2013-02-08 15:00:55 +00:00
parent 7aff56c144
commit 5456be4d59

View File

@ -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