Now this is what I call a how-could-it-work-here bug.

diff --git a/packages/sockets/cfuncs.st b/packages/sockets/cfuncs.st
index 7c2b7cc..352a215 100644
--- a/packages/sockets/cfuncs.st
+++ b/packages/sockets/cfuncs.st
@@ -266,7 +266,7 @@ CAddrInfoStruct extend [

     aiAddr [
        <category: 'C call-outs'>
-       <cCall: 'TCPgetAiAddr' returning: #(#ptr #{CSockAddrStruct})
+       <cCall: 'TCPgetAiAddr' returning: #(#ptr #{CObject})
        args: #(#self)>

     ]

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to