From: Russell Bryant Date: Wed, 6 Jun 2007 20:03:45 +0000 (+0000) Subject: Please forgive this flood of tiny changes ... this will be cool when it works X-Git-Tag: 1.6.0-beta1~3^2~2457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7303534a47ae4611c00d926930d0bf3513c08ed;p=thirdparty%2Fasterisk.git Please forgive this flood of tiny changes ... this will be cool when it works how we want it to :) (testing mantis+svn) (issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67813 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 667ba8f95c..7c1c2d9cf5 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -8061,7 +8061,7 @@ static int load_config(void) } cat = ast_category_browse(cfg, cat); } - memset(fromstring,0,sizeof(fromstring)); + memset(fromstring, 0, sizeof(fromstring)); memset(pagerfromstring,0,sizeof(pagerfromstring)); memset(emailtitle,0,sizeof(emailtitle)); strcpy(charset, "ISO-8859-1");