Hi Lorenzo,

Just commit these to the main branch and "tag"
them in the ChangeLog entry with '[TOMERGE 1.0.1]',
I'll merge these later to 1.0 branch with the rest
of latest changes.

Brgds,
Viktor

On 2008.09.05., at 12:05, Lorenzo Fiorini wrote:

I've just found a bug in source/rtl/hbinet.c 1.0:

HB_FUNC( HB_INETGETSNDBUFSIZE )
{
...
getsockopt( Socket->com, SOL_SOCKET, SO_SNDBUF, ( void * ) &value, &len );
#endif
     hb_retni( value );  <---- this seems missed
  }
}

In contrib/hbtip/tests/tiptest.prg "Retrieve" is missplelled as
"Retreive" in few comments, but
in contrib/hbtip/popcln.prg is missplelled the call of a method:

METHOD Read( nLen ) CLASS tIPClientPOP
...
RETURN ::Retreive( Val (::oUrl:cFile ), nLen )

should be

RETURN ::Retrieve( Val (::oUrl:cFile ), nLen )

I'm not sure where commit, so please commit them if confirmed.

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to