[asterisk-commits] lmadsen: trunk r318194 - /trunk/main/app.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon May 9 09:41:37 CDT 2011
Author: lmadsen
Date: Mon May 9 09:41:33 2011
New Revision: 318194
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=318194
Log:
Increase prepend filename length.
(closes issue #19238)
Reported by: byronclark
Patches:
increase_prepend_filename_length.patch uploaded by byronclark (license 1200)
Modified:
trunk/main/app.c
Modified: trunk/main/app.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/app.c?view=diff&rev=318194&r1=318193&r2=318194
==============================================================================
--- trunk/main/app.c (original)
+++ trunk/main/app.c Mon May 9 09:41:33 2011
@@ -744,7 +744,7 @@
int olddspsilence = 0;
struct ast_format rfmt;
struct ast_silence_generator *silgen = NULL;
- char prependfile[80];
+ char prependfile[PATH_MAX];
ast_format_clear(&rfmt);
if (silencethreshold < 0) {
More information about the asterisk-commits
mailing list