[asterisk-commits] file: branch 1.4 r105261 - /branches/1.4/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 29 07:48:14 CST 2008
Author: file
Date: Fri Feb 29 07:48:13 2008
New Revision: 105261
URL: http://svn.digium.com/view/asterisk?view=rev&rev=105261
Log:
Bump up the size of the uniqueid variable.
(closes issue #12107)
Reported by: asgaroth
Modified:
branches/1.4/apps/app_voicemail.c
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=105261&r1=105260&r2=105261
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Fri Feb 29 07:48:13 2008
@@ -335,7 +335,7 @@
char zonetag[80]; /*!< Time zone */
char callback[80];
char dialout[80];
- char uniqueid[20]; /*!< Unique integer identifier */
+ char uniqueid[80]; /*!< Unique integer identifier */
char exit[80];
char attachfmt[20]; /*!< Attachment format */
unsigned int flags; /*!< VM_ flags */
More information about the asterisk-commits
mailing list