소스 검색

* applied fix from 12833

git-svn-id: trunk@12699 -
florian 16 년 전
부모
커밋
0bd33cbbc1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-base/src/ascii85.pp

+ 1 - 1
packages/fcl-base/src/ascii85.pp

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