@ -378,7 +378,7 @@ CreateSocketAdress(
iRet = send(self->sockid,buffer,lLen,0);
if(iRet != lLen)
{
printf("Incomplete send: %d to %d\n",iRet,lLen);
printf("Incomplete send: %d to %ld\n",iRet,lLen);
if(iRet < 0)
printf("System error: %s\n",strerror(errno));
The note is not visible to the blocked user.