[Tux4kids-commits] r1049 - tuxmath/branches/lan/server
    akash gangil 
    gangil-guest at alioth.debian.org
       
    Mon Jun 15 09:59:04 UTC 2009
    
    
  
Author: gangil-guest
Date: 2009-06-15 09:59:03 +0000 (Mon, 15 Jun 2009)
New Revision: 1049
Modified:
   tuxmath/branches/lan/server/server.c
Log:
correcting a small mistake in switch
Modified: tuxmath/branches/lan/server/server.c
===================================================================
--- tuxmath/branches/lan/server/server.c	2009-06-15 07:38:21 UTC (rev 1048)
+++ tuxmath/branches/lan/server/server.c	2009-06-15 09:59:03 UTC (rev 1049)
@@ -33,7 +33,7 @@
         IPaddress ip, *remoteIP;
         int quit, quit2;
         char buffer[512];
-        int network_function=0;
+        int network_function=-1;
         MC_FlashCard* fc;
    //     size_t length;
 
    
    
More information about the Tux4kids-commits
mailing list