[Asterisk-cvs] asterisk say.c,1.44,1.45
markster at lists.digium.com
markster at lists.digium.com
Mon Dec 20 04:34:10 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv9609
Modified Files:
say.c
Log Message:
Fix a small typo
Index: say.c
===================================================================
RCS file: /usr/cvsroot/asterisk/say.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- say.c 14 Dec 2004 23:36:29 -0000 1.44
+++ say.c 20 Dec 2004 09:30:09 -0000 1.45
@@ -615,7 +615,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