n more log
authorArt Cancro <ajc@citadel.org>
Sat, 24 Jul 1999 21:26:01 +0000 (21:26 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 24 Jul 1999 21:26:01 +0000 (21:26 +0000)
citadel/msgbase.c
citadel/serv_icq.c

index 0d286e9cf687d9ea7240a5a9bed18416fab8e515..41a06eed01328babac66d0f8883db04268289df0 100644 (file)
@@ -1,8 +1,4 @@
 /* $Id$ */
-/* $Log$
- * Revision 1.77  1999/07/24 21:25:15  ajc
- * test of CVS log function
- * /
 #include "sysdep.h"
 #include <stdlib.h>
 #include <unistd.h>
index e7514002da8be9ba32a351f08bc21fc93825ecdf..473acf3e746e03bbdca1df8b6520b261effdccf8 100644 (file)
@@ -8,6 +8,9 @@
 
  $Id$
  $Log$
+ Revision 1.3  1999/07/24 21:26:01  ajc
+ n more log
+
  Revision 1.2  1999/07/23 04:27:45  ajc
  Added CtdlWriteObject() to store generic data in the msgbase
 
@@ -1185,7 +1188,7 @@ void icq_Main()
                if (FD_ISSET((ThisICQ->icq_Sok), &readfds)) {
                        icq_HandleServerResponse();
                        did_something = 1;
-                       sleep(1);
+                       /* sleep(1); */
                }
        } while (did_something);
 }