[Asterisk-cvs] asterisk/res res_monitor.c,1.8,1.9
markster at lists.digium.com
markster at lists.digium.com
Thu Feb 5 23:43:20 CST 2004
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv9541/res
Modified Files:
res_monitor.c
Log Message:
Increase buffer size (1005)
Index: res_monitor.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_monitor.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- res_monitor.c 5 Feb 2004 22:10:19 -0000 1.8
+++ res_monitor.c 6 Feb 2004 05:52:03 -0000 1.9
@@ -204,7 +204,7 @@
}
}
if (chan->monitor->joinfiles && strlen(chan->monitor->filename_base)) {
- char tmp[255];
+ char tmp[1024];
char *format = !strcasecmp(chan->monitor->format,"wav49") ? "WAV" : chan->monitor->format;
char *name = chan->monitor->filename_base;
int directory = strchr(name, '/') ? 1 : 0;
More information about the svn-commits
mailing list