dragonmtn-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dragonmtn-commits] Changes to snowwhite/main.c


From: Mark Loeser
Subject: [Dragonmtn-commits] Changes to snowwhite/main.c
Date: Sun, 17 Apr 2005 02:17:40 -0400

Index: snowwhite/main.c
diff -u snowwhite/main.c:1.4 snowwhite/main.c:1.5
--- snowwhite/main.c:1.4        Sat Apr 16 21:29:44 2005
+++ snowwhite/main.c    Sun Apr 17 06:17:40 2005
@@ -8,7 +8,7 @@
  * \wd \taz \greg \mysid
  * \date 1996-2001
  *
- * $Id: main.c,v 1.4 2005/04/16 21:29:44 Halcy0n Exp $
+ * $Id: main.c,v 1.5 2005/04/17 06:17:40 Halcy0n Exp $
  */
 
 /*
@@ -504,7 +504,7 @@
                 * receive one less than the size of the buffer, just in case...
                 */
                if (FD_ISSET(server, &readme)) {
-                       cc = net_read(server, buffer, sizeof(buffer) - 1);
+                       cc = read(server, buffer, sizeof(buffer) - 1);
 
                        /*
                         * If we have a read error, shut down.  This isn't 
perfect, but it is
@@ -558,4 +558,4 @@
 
 /**********************************************************************/
 
-/* $Id: main.c,v 1.4 2005/04/16 21:29:44 Halcy0n Exp $ */
+/* $Id: main.c,v 1.5 2005/04/17 06:17:40 Halcy0n Exp $ */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]