[Freeswitch-svn] [commit] r5066 - freeswitch/trunk/src/mod/endpoints/mod_alsa
Freeswitch SVN
brian at freeswitch.org
Wed May 2 10:31:03 EDT 2007
Author: brian
Date: Wed May 2 10:31:03 2007
New Revision: 5066
Modified:
freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c
Log:
small tweak
Modified: freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_alsa/mod_alsa.c Wed May 2 10:31:03 2007
@@ -1622,11 +1622,11 @@
}
if (func) {
- if (stream->event) {
+ if (http) {
stream->write_function(stream, "<pre>");
}
status = func(&argv[lead], argc - lead, stream);
- if (stream->event) {
+ if (http) {
stream->write_function(stream, "\n\n</pre>");
}
} else {
More information about the Freeswitch-svn
mailing list