Browse Source

* fixed broken sockets.inc

git-svn-id: trunk@940 -
florian 20 years ago
parent
commit
bb9629decc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/sockets.inc

+ 1 - 1
rtl/inc/sockets.inc

@@ -428,7 +428,7 @@ Begin
       FillChar(IPv6.u6_addr16[ZeroAt+1],2*(8-Index),0);
     End;
 
-  Result := IPv6;
+  StrToHostAddr6:=IPv6;
 End;