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:
parent
1632b8b604
commit
3aa21308ba
@ -355,7 +355,8 @@ implementation
|
|||||||
{==============================================================================}
|
{==============================================================================}
|
||||||
function TLDAPAttribute.Add(const S: string): Integer;
|
function TLDAPAttribute.Add(const S: string): Integer;
|
||||||
begin
|
begin
|
||||||
Put(inherited Add(''), S);
|
Result := inherited Add('');
|
||||||
|
Put(Result,S);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TLDAPAttribute.Get(Index: integer): string;
|
function TLDAPAttribute.Get(Index: integer): string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user