Merged revisions 16192 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r16192 | tilghman | 2006-03-29 13:11:18 -0600 (Wed, 29 Mar 2006) | 2 lines

Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in API approved by Russell)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16193 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-03-29 19:30:57 +00:00
parent 13bcb6ed7d
commit a532c787f2
3 changed files with 5 additions and 2 deletions

2
pbx.c
View File

@@ -5709,7 +5709,7 @@ void pbx_builtin_clear_globals(void)
ast_mutex_unlock(&globalslock);
}
static int pbx_checkcondition(char *condition)
int pbx_checkcondition(char *condition)
{
if (condition) {
if (*condition == '\0') {