mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
formatting
This commit is contained in:
parent
7290a41913
commit
3b87c9562c
1 changed files with 3 additions and 3 deletions
|
@ -333,9 +333,9 @@ hostNameToIP( const XP_UCHAR* name )
|
|||
static ssize_t
|
||||
sendIt( RelayConStorage* storage, const XP_U8* msgbuf, XP_U16 len )
|
||||
{
|
||||
ssize_t nSent = sendto( storage->socket, msgbuf, len, 0, /* flags */
|
||||
(struct sockaddr*)&storage->saddr,
|
||||
sizeof(storage->saddr) );
|
||||
ssize_t nSent = sendto( storage->socket, msgbuf, len, 0, /* flags */
|
||||
(struct sockaddr*)&storage->saddr,
|
||||
sizeof(storage->saddr) );
|
||||
XP_LOGF( "%s()=>%d", __func__, nSent );
|
||||
return nSent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue