mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 14:49:10 +02:00
* applied fix from 12833
git-svn-id: trunk@12699 -
This commit is contained in:
parent
0c65d53f45
commit
0bd33cbbc1
@ -62,7 +62,7 @@ type
|
||||
procedure Decode(aInput : Byte); inline;
|
||||
procedure Close();
|
||||
function ClosedP() : Boolean; inline;
|
||||
property BExpectPrefix : Boolean read fBExpectBoundary write fBExpectBoundary;
|
||||
property BExpectBoundary : Boolean read fBExpectBoundary write fBExpectBoundary;
|
||||
protected
|
||||
function GetPosition() : Int64; override;
|
||||
public
|
||||
|
Loading…
Reference in New Issue
Block a user