Default proxy creation function bug fix

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@612 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2008-11-26 11:12:33 +00:00
parent 8ca84f58b5
commit bb891a6fe5

View File

@ -558,6 +558,7 @@ Var
DecIndent();
WriteLn('Begin');
IncIndent();
Indent(); WriteLn('locAdr := AAddress;');
Indent(); WriteLn('if ( locAdr = '''' ) then');
IncIndent();
Indent(); WriteLn('locAdr := GetServiceDefaultAddress(TypeInfo(%s));',[AIntf.Name]);