[Asterisk-cvs] asterisk/pbx pbx_config.c,1.40,1.41

citats at lists.digium.com citats at lists.digium.com
Mon Jun 14 17:00:34 CDT 2004


Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/home/citats/cvs/asterisk/pbx

Modified Files:
	pbx_config.c 
Log Message:
Cleanup formatting

Index: pbx_config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_config.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- pbx_config.c	14 Jun 2004 22:03:59 -0000	1.40
+++ pbx_config.c	14 Jun 2004 22:05:12 -0000	1.41
@@ -1641,7 +1641,7 @@
 							if (start && (end = strrchr(appl, ')'))) {
 								*start = *end = '\0';
 								data = start + 1;
-								process_quotes_and_slashes(data,',','|');
+								process_quotes_and_slashes(data, ',', '|');
 							} else if (stringp!=NULL && *stringp=='"') {
 								stringp++;
 								data = strsep(&stringp, "\"");




More information about the svn-commits mailing list