From: Martin Pycko Date: Sat, 20 Sep 2003 04:47:33 +0000 (+0000) Subject: Increase the fromstring maximum length X-Git-Tag: 0.7.0~478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27294b83d213d6a554f56e3232f1ea8db94d28d6;p=thirdparty%2Fasterisk.git Increase the fromstring maximum length git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1534 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c index a2f6225574..0db25adcaf 100755 --- a/apps/app_voicemail2.c +++ b/apps/app_voicemail2.c @@ -150,7 +150,7 @@ static int maxlogins; static char *emailbody = NULL; static int pbxskip = 0; -static char fromstring[15]; +static char fromstring[40]; static char emailtitle[100]; STANDARD_LOCAL_USER;