[Freeswitch-svn] [commit] r4217 - freeswitch/trunk/src
    Freeswitch SVN 
    anthm at freeswitch.org
       
    Mon Feb 12 20:58:40 EST 2007
    
    
  
Author: anthm
Date: Mon Feb 12 20:58:39 2007
New Revision: 4217
Modified:
   freeswitch/trunk/src/switch_console.c
Log:
mmkay
Modified: freeswitch/trunk/src/switch_console.c
==============================================================================
--- freeswitch/trunk/src/switch_console.c	(original)
+++ freeswitch/trunk/src/switch_console.c	Mon Feb 12 20:58:39 2007
@@ -192,7 +192,7 @@
 {
 	char hostname[256];
 	char cmd[2048];
-	uint32_t activity = 1, running = 1;
+	int32_t activity = 1, running = 1;
 	switch_size_t x = 0;
 
 	gethostname(hostname, sizeof(hostname));
    
    
More information about the Freeswitch-svn
mailing list