Compiles and runs under Mac OS X
VS: ---------------------------------------------------------------------- SKIPPED: psi/arrobj.c psi/pardef.c psi/polterwrite.c psi/tecs/tecs_cli.c
This commit is contained in:
@ -511,7 +511,7 @@ CreateSocketAdress(
|
||||
self->iType = 0;
|
||||
if (!disconnected) { /* do not write an error message on disconnect */
|
||||
snprintf(buf, sizeof buf, "NETWrite: timeout, only %ld of %ld bytes sent (socket %d) %ld.%6.6ld",
|
||||
lLen - l, lLen, self->sockid, tmo.tv_sec, tmo.tv_usec);
|
||||
lLen - l, lLen, self->sockid, (long)tmo.tv_sec, (long)tmo.tv_usec);
|
||||
NetError(buf);
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user