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:
1622c57
)
Use -1 not NULL
author
Mark Spencer
<markster@digium.com>
Thu, 29 Apr 2004 04:41:37 +0000
(
04:41
+0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 29 Apr 2004 04:41:37 +0000
(
04:41
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2816
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
say.c
patch
|
blob
|
history
diff --git
a/say.c
b/say.c
index
68f01da
..
bc81cb3
100755
(executable)
--- a/
say.c
+++ b/
say.c
@@
-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 */