1
0
Fork 0
forked from fte/fteqw

small fix

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1255 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-08-27 04:23:22 +00:00
parent 2ef7de9856
commit 01d13116a4

View file

@ -748,7 +748,7 @@ int NET_CheckPollSockets(void)
}
Con_Printf ("NET_CheckPollSockets: %s", strerror(qerrno));
Con_Printf ("NET_CheckPollSockets: %i, %s\n", qerrno, strerror(qerrno));
continue;
}
SockadrToNetadr (&from, &net_from);