summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-25 19:33:27 +0000
committerMark Spencer <markster@digium.com>2004-06-25 19:33:27 +0000
commitc9f168ed0fd7ce725870328770fcf377486de582 (patch)
tree64a30e405365d05c925d01893a2634a5e1387065 /pbx.c
parentdbea1448bdc602182db99e7cccfba8290712d0ef (diff)
Add subaddress support (bug #1877)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index fc7fe10ad..f0e988eac 100755
--- a/pbx.c
+++ b/pbx.c
@@ -1106,7 +1106,7 @@ void pbx_substitute_variables_helper(struct ast_channel *c,const char *cp1,char
brackets--;
} else if ((vare[0] == '$') && (vare[1] == '{')) {
needsub++;
- vare++
+ vare++;
}
vare++;
}