You've already forked lazarus-ccr
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:
@ -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]);
|
||||
|
Reference in New Issue
Block a user