From 521e6eece41dd4814d457dbb8155c767edb5b480 Mon Sep 17 00:00:00 2001 From: Martin Pycko <martinp@digium.com> Date: Wed, 4 Jun 2003 16:12:51 +0000 Subject: [PATCH] Somehow it didnt' get updated with the previous patch git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1074 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pbx.c b/pbx.c index f3a362254d..e4041ccbf1 100755 --- a/pbx.c +++ b/pbx.c @@ -896,7 +896,7 @@ static void pbx_substitute_variables_temp(struct ast_channel *c,const char *var, } } -static void pbx_substitute_variables_helper(struct ast_channel *c,const char *cp1,char *cp2,int count) +void pbx_substitute_variables_helper(struct ast_channel *c,const char *cp1,char *cp2,int count) { char *cp4; const char *tmp, *whereweare; @@ -909,7 +909,6 @@ static void pbx_substitute_variables_helper(struct ast_channel *c,const char *cp /* Substitutes variables into cp2, based on string cp1, and assuming cp2 to be zero-filled */ - whereweare=tmp=cp1; while(strlen(whereweare) && count) { /* Assume we're copying the whole remaining string */ -- GitLab