TLDAPAttribute.Add fix of fix. ;-)

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@192 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby 2014-04-30 13:15:48 +00:00
parent 1632b8b604
commit 3aa21308ba

View File

@ -355,7 +355,8 @@ implementation
{==============================================================================}
function TLDAPAttribute.Add(const S: string): Integer;
begin
Put(inherited Add(''), S);
Result := inherited Add('');
Put(Result,S);
end;
function TLDAPAttribute.Get(Index: integer): string;