[Asterisk-cvs] asterisk/res res_monitor.c,1.7,1.7.2.1

markster at lists.digium.com markster at lists.digium.com
Thu Feb 5 23:42:52 CST 2004


Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv9493/res

Modified Files:
      Tag: v1-0_stable
	res_monitor.c 
Log Message:
Merge size increase


Index: res_monitor.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_monitor.c,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- res_monitor.c	3 Feb 2004 16:57:00 -0000	1.7
+++ res_monitor.c	6 Feb 2004 05:51:35 -0000	1.7.2.1
@@ -203,7 +203,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