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:
65e4c80
)
Bring pval.c in utils up to date with pval.c in res/ael.
author
Joshua Colp
<jcolp@digium.com>
Mon, 20 Aug 2007 15:10:55 +0000
(15:10 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Mon, 20 Aug 2007 15:10:55 +0000
(15:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80033
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
utils/pval.c
patch
|
blob
|
history
diff --git
a/utils/pval.c
b/utils/pval.c
index
3dd5b30
..
d2c3714
100644
(file)
--- a/
utils/pval.c
+++ b/
utils/pval.c
@@
-343,7
+343,7
@@
static void print_pval(FILE *fin, pval *item, int depth)
if ( item->u4.regexten )
fprintf(fin, "regexten ");
if ( item->u3.hints )
- fprintf(fin,"hint(%s) ", item->u3.hints);
+ fprintf(fin,"hints(%s) ", item->u3.hints);
fprintf(fin,"%s => \n", item->u1.str);
print_pval_list(fin,item->u2.statements,depth+1);