mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Fix description text for IF function. (Bug #4966)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6336 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -94,7 +94,7 @@ static char *builtin_function_if(struct ast_channel *chan, char *cmd, char *data
|
||||
iffalse = data;
|
||||
|
||||
if (!expr || ast_strlen_zero(expr) || !(iftrue || iffalse)) {
|
||||
ast_log(LOG_WARNING, "Syntax IF(<timespec>?[<true>][:<false>])\n");
|
||||
ast_log(LOG_WARNING, "Syntax IF(<expr>?[<true>][:<false>])\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user