[asterisk-commits] mmichelson: branch jrothenberger/asterisk-urgent r106432 - /team/jrothenberge...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 6 14:36:53 CST 2008
Author: mmichelson
Date: Thu Mar 6 14:36:52 2008
New Revision: 106432
URL: http://svn.digium.com/view/asterisk?view=rev&rev=106432
Log:
Change the buffer size of the flag to be the same as it is in other functions
Modified:
team/jrothenberger/asterisk-urgent/apps/app_voicemail.c
Modified: team/jrothenberger/asterisk-urgent/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/jrothenberger/asterisk-urgent/apps/app_voicemail.c?view=diff&rev=106432&r1=106431&r2=106432
==============================================================================
--- team/jrothenberger/asterisk-urgent/apps/app_voicemail.c (original)
+++ team/jrothenberger/asterisk-urgent/apps/app_voicemail.c Thu Mar 6 14:36:52 2008
@@ -7099,7 +7099,7 @@
int play_auto = 0;
int play_folder = 0;
int in_urgent = 0;
- char urg_flag[10];
+ char urg_flag[80];
#ifdef IMAP_STORAGE
int deleted = 0;
#endif
More information about the asterisk-commits
mailing list