mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Bring pval.c in utils up to date with pval.c in res/ael.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80033 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user