[enet-cvs] CVS: enet protocol.c,1.28,1.29

Lee Salzman enet at sferik.cubik.org
Tue Dec 16 15:22:26 PST 2003


Update of /home/enet/cvsroot/enet
In directory sferik:/tmp/cvs-serv28858

Modified Files:
	protocol.c 
Log Message:
bug fixes and such


Index: protocol.c
===================================================================
RCS file: /home/enet/cvsroot/enet/protocol.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- protocol.c	2003/12/15 02:02:12	1.28
+++ protocol.c	2003/12/16 23:22:24	1.29
@@ -109,7 +109,7 @@
     }
 
     if (currentCommand == enet_list_end (& peer -> sentReliableCommands))
-      return;
+      return ENET_PROTOCOL_COMMAND_NONE;
 
     commandNumber = outgoingCommand -> command.header.command;
 



More information about the enet-cvs mailing list