2010-02-20 18:47 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/hbsocket.c
! fixed typo
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-02-20 18:47 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rtl/hbsocket.c
|
||||
! fixed typo
|
||||
|
||||
2010-02-20 18:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbsqlit3/hbsqlit3.c
|
||||
! fixed to work without [U]LONGLONG defined in hbdefs.h
|
||||
|
||||
@@ -3063,7 +3063,7 @@ PHB_ITEM hb_socketGetIFaces( int af, HB_BOOL fNoAliases )
|
||||
{
|
||||
const char * cptr = strchr( pifr->ifr_name, ':' );
|
||||
|
||||
len = cptr ? ( int ) ( pifr->ifr_name - cptr ) :
|
||||
len = cptr ? ( int ) ( cptr - pifr->ifr_name ) :
|
||||
( int ) strlen( pifr->ifr_name );
|
||||
if( pLastName && len == iLastName && family == iLastFamily &&
|
||||
memcmp( pLastName, pifr->ifr_name, len ) == 0 )
|
||||
|
||||
Reference in New Issue
Block a user