On Mon, 08 Jun 2009 20:50:24 +0200
Paolo Bonzini <[email protected]> wrote:

> 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)>
> 
>       ]


And we have a WINNER!

ste...@g128 ~ $ gst-remote --eval '(3 + 5) printNl'
8

Thanks!

s.


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

Reply via email to