[Asterisk-cvs] asterisk/pbx pbx_config.c,1.36,1.37

markster at lists.digium.com markster at lists.digium.com
Mon May 3 00:30:41 CDT 2004


Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv19249/pbx

Modified Files:
	pbx_config.c 
Log Message:
Internationalize say_date_time, fix small pbx_config seglet (bug #1537)


Index: pbx_config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_config.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- pbx_config.c	1 May 2004 05:50:51 -0000	1.36
+++ pbx_config.c	3 May 2004 04:38:31 -0000	1.37
@@ -462,7 +462,7 @@
 static char *complete_context_remove_extension(char *line, char *word, int pos,
 	int state)
 {
-	char *ret;
+	char *ret = NULL;
 	int which = 0;
 
 #ifdef BROKEN_READLINE




More information about the svn-commits mailing list