Skip to content
Snippets Groups Projects
Commit 01f39a3e authored by Mark Spencer's avatar Mark Spencer
Browse files

Use -1 not NULL

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1622c57f
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ int ast_say_number(struct ast_channel *chan, int num, char *ints, char *language
}
/* Default to english */
return(ast_say_number_full_en(chan, num, ints, language, NULL, NULL));
return(ast_say_number_full_en(chan, num, ints, language, -1, -1));
}
/*--- ast_say_number_full_en: English syntax */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment