LCL: clean up

git-svn-id: trunk@22152 -
This commit is contained in:
mattias 2009-10-13 20:21:36 +00:00
parent 26c3fe503f
commit 329861f95c

View File

@ -479,7 +479,7 @@ var
begin
f := TFileStream.Create(UTF8ToSys(AFilename), fmOpenRead or fmShareDenyNone);
try
Self.Create(f, Full);
Create(f, Full);
if FHeader=nil then
CreateHeader;
finally
@ -492,7 +492,7 @@ var
Size: Integer;
s: string;
begin
Self.Create;
Create;
FAllEntries := Full;