projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd66bd
)
Increase buffer size (1005)
author
Mark Spencer
<markster@digium.com>
Fri, 6 Feb 2004 05:52:03 +0000
(
05:52
+0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 6 Feb 2004 05:52:03 +0000
(
05:52
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2135
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_monitor.c
patch
|
blob
|
history
diff --git
a/res/res_monitor.c
b/res/res_monitor.c
index
d64b46d
..
22e365d
100755
(executable)
--- a/
res/res_monitor.c
+++ b/
res/res_monitor.c
@@
-204,7
+204,7
@@
int ast_monitor_stop( struct ast_channel *chan, int need_lock )
}
}
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;