dect
/
asterisk
Archived
13
0
Fork 0

handle whitepace around expression

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6390 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-08-23 22:03:24 +00:00
parent 52a0da4911
commit 29b2d390fa
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ static char *builtin_function_if(struct ast_channel *chan, char *cmd, char *data
return NULL;
}
expr = ast_strip(expr);
if (iftrue)
iftrue = ast_strip_quoted(iftrue, "\"", "\"");
if (iffalse)