[Freeswitch-svn] [commit] r6662 - freeswitch/trunk/src/include

Freeswitch SVN anthm at freeswitch.org
Tue Dec 11 14:51:23 EST 2007


Author: anthm
Date: Tue Dec 11 14:51:23 2007
New Revision: 6662

Modified:
   freeswitch/trunk/src/include/switch_console.h

Log:
update

Modified: freeswitch/trunk/src/include/switch_console.h
==============================================================================
--- freeswitch/trunk/src/include/switch_console.h	(original)
+++ freeswitch/trunk/src/include/switch_console.h	Tue Dec 11 14:51:23 2007
@@ -44,7 +44,7 @@
 SWITCH_BEGIN_EXTERN_C
 #define SWITCH_CMD_CHUNK_LEN 1024
 #define SWITCH_STANDARD_STREAM(s) memset(&s, 0, sizeof(s)); s.data = malloc(SWITCH_CMD_CHUNK_LEN); \
-	assert(s.data);														\
+	switch_assert(s.data);												\
 	memset(s.data, 0, SWITCH_CMD_CHUNK_LEN);							\
 	s.end = s.data;														\
 	s.data_size = SWITCH_CMD_CHUNK_LEN;									\



More information about the Freeswitch-svn mailing list