[enet-cvs] CVS: enet protocol.c,1.18,1.19
Lee Salzman
enet at sferik.cubik.org
Wed Oct 29 18:59:07 PST 2003
Update of /home/enet/cvsroot/enet
In directory sferik:/tmp/cvs-serv3074
Modified Files:
protocol.c
Log Message:
typo fix
Index: protocol.c
===================================================================
RCS file: /home/enet/cvsroot/enet/protocol.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- protocol.c 2003/10/29 17:53:38 1.18
+++ protocol.c 2003/10/30 02:59:05 1.19
@@ -157,7 +157,7 @@
if (currentPeer -> state == ENET_PEER_STATE_DISCONNECTED)
break;
- if (currentPeer -> address.host == host -> receivedAdress.host &&
+ if (currentPeer -> address.host == host -> receivedAddress.host &&
currentPeer -> address.port == host -> receivedAddress.port &&
currentPeer -> challenge == header -> challenge)
{
More information about the enet-cvs
mailing list