[Asterisk-cvs] asterisk say.c,1.38.2.1,1.38.2.2
russell at lists.digium.com
russell at lists.digium.com
Tue Dec 21 15:47:08 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv19832
Modified Files:
Tag: v1-0
say.c
Log Message:
fix typo in ast_say_number_full_en (bug #3101)
Index: say.c
===================================================================
RCS file: /usr/cvsroot/asterisk/say.c,v
retrieving revision 1.38.2.1
retrieving revision 1.38.2.2
diff -u -d -r1.38.2.1 -r1.38.2.2
--- say.c 2 Nov 2004 22:40:11 -0000 1.38.2.1
+++ say.c 21 Dec 2004 20:42:58 -0000 1.38.2.2
@@ -579,7 +579,7 @@
}
if (!res) {
if(!ast_streamfile(chan, fn, language)) {
- if (audiofd && ctrlfd)
+ if ((audiofd > -1) && (ctrlfd > -1))
res = ast_waitstream_full(chan, ints, audiofd, ctrlfd);
else
res = ast_waitstream(chan, ints);
More information about the svn-commits
mailing list