[svn-commits] file: branch 1.4 r59724 - in /branches/1.4: ./ apps/app_voicemail.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Apr 2 11:58:25 MST 2007


Author: file
Date: Mon Apr  2 13:58:24 2007
New Revision: 59724

URL: http://svn.digium.com/view/asterisk?view=rev&rev=59724
Log:
Merged revisions 59723 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r59723 | file | 2007-04-02 14:55:25 -0400 (Mon, 02 Apr 2007) | 2 lines

Increase the maximum size for a string of mailboxes to 1024. (issue #9270 reported by rtucker)

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/apps/app_voicemail.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=59724&r1=59723&r2=59724
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Mon Apr  2 13:58:24 2007
@@ -2828,7 +2828,7 @@
 	char fmt[80];
 	char *context;
 	char ecodes[16] = "#";
-	char tmp[256] = "", *tmpptr;
+	char tmp[1024] = "", *tmpptr;
 	struct ast_vm_user *vmu;
 	struct ast_vm_user svm;
 	const char *category = NULL;



More information about the svn-commits mailing list