fixed TCustomPropertyStorage.WriteInteger (issue #1383)

git-svn-id: trunk@8039 -
This commit is contained in:
vincents 2005-11-02 20:39:14 +00:00
parent 704c675400
commit f4dbf5df7b

View File

@ -687,7 +687,7 @@ end;
procedure TCustomPropertyStorage.WriteInteger(const Ident: string; Value: Longint);
begin
DoReadInteger(RootSection, Ident, Value);
DoWriteInteger(RootSection, Ident, Value);
end;
procedure TCustomPropertyStorage.EraseSections;