]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Increase the fromstring maximum length
authorMartin Pycko <martinp@digium.com>
Sat, 20 Sep 2003 04:47:33 +0000 (04:47 +0000)
committerMartin Pycko <martinp@digium.com>
Sat, 20 Sep 2003 04:47:33 +0000 (04:47 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1534 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail2.c

index a2f622557427f3689c1f34ec546eb7b683223c74..0db25adcaf28e331150fdd0253eed1428b1471af 100755 (executable)
@@ -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;