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:
c87f4bd
)
doh! don't double-increment the bracket count for embedded references
author
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 18 Apr 2006 23:25:22 +0000
(23:25 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 18 Apr 2006 23:25:22 +0000
(23:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21236
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
pbx.c
patch
|
blob
|
history
diff --git
a/pbx.c
b/pbx.c
index
85d692d
..
5eb4fe4
100644
(file)
--- a/
pbx.c
+++ b/
pbx.c
@@
-1346,7
+1346,6
@@
static void pbx_substitute_variables_helper_full(struct ast_channel *c, struct v
while (brackets && *vare) {
if ((vare[0] == '$') && (vare[1] == '{')) {
needsub++;
- brackets++;
} else if (vare[0] == '{') {
brackets++;
} else if (vare[0] == '}') {