[Freeswitch-svn] [commit] r4489 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Fri Mar 9 10:22:47 EST 2007


Author: mikej
Date: Fri Mar  9 10:22:46 2007
New Revision: 4489

Modified:
   freeswitch/trunk/src/switch_ivr.c

Log:
windows build tweak.

Modified: freeswitch/trunk/src/switch_ivr.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr.c	(original)
+++ freeswitch/trunk/src/switch_ivr.c	Fri Mar  9 10:22:46 2007
@@ -1090,7 +1090,7 @@
 	uint32_t ilen = 0;
 	switch_size_t olen = 0, llen = 0;
 	switch_frame_t write_frame = {0};
-	switch_timer_t timer;
+	switch_timer_t timer = {0};
 	switch_core_thread_session_t thread_session;
 	switch_codec_t codec;
 	switch_memory_pool_t *pool = switch_core_session_get_pool(session);



More information about the Freeswitch-svn mailing list