projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b12e18
)
Fix description text for IF function. (Bug #4966)
author
Josh Roberson
<josh@asteriasgi.com>
Mon, 15 Aug 2005 17:06:30 +0000
(17:06 +0000)
committer
Josh Roberson
<josh@asteriasgi.com>
Mon, 15 Aug 2005 17:06:30 +0000
(17:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6336
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
funcs/func_logic.c
patch
|
blob
|
history
diff --git
a/funcs/func_logic.c
b/funcs/func_logic.c
index
e85934d
..
13cd6b1
100755
(executable)
--- a/
funcs/func_logic.c
+++ b/
funcs/func_logic.c
@@
-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;
}