projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc80b31
)
Cleanup formatting
author
James Golovich
<james@gnuinter.net>
Mon, 14 Jun 2004 22:05:12 +0000
(22:05 +0000)
committer
James Golovich
<james@gnuinter.net>
Mon, 14 Jun 2004 22:05:12 +0000
(22:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3212
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
pbx/pbx_config.c
patch
|
blob
|
history
diff --git
a/pbx/pbx_config.c
b/pbx/pbx_config.c
index
7f9027d
..
5916def
100755
(executable)
--- a/
pbx/pbx_config.c
+++ b/
pbx/pbx_config.c
@@
-1641,7
+1641,7
@@
static int pbx_load_module(void)
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, "\"");