help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] sockets/gst-remote bug


From: Stefan Schmiedl
Subject: Re: [Help-smalltalk] sockets/gst-remote bug
Date: Mon, 8 Jun 2009 22:27:47 +0200

On Mon, 08 Jun 2009 20:50:24 +0200
Paolo Bonzini <address@hidden> 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!

address@hidden ~ $ gst-remote --eval '(3 + 5) printNl'
8

Thanks!

s.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]