[asterisk-commits] tilghman: trunk r148988 - in /trunk: ./ apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 14 14:03:45 CDT 2008
Author: tilghman
Date: Tue Oct 14 14:03:44 2008
New Revision: 148988
URL: http://svn.digium.com/view/asterisk?view=rev&rev=148988
Log:
Merged revisions 148987 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r148987 | tilghman | 2008-10-14 14:03:08 -0500 (Tue, 14 Oct 2008) | 2 lines
Some compilers warn, some don't. Fixing.
........
Modified:
trunk/ (props changed)
trunk/apps/app_voicemail.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=148988&r1=148987&r2=148988
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Tue Oct 14 14:03:44 2008
@@ -3824,7 +3824,7 @@
struct ast_tm tm;
char enc_cidnum[256] = "", enc_cidname[256] = "";
char *passdata = NULL, *passdata2;
- size_t len_passdata, len_passdata2, tmplen;
+ size_t len_passdata = 0, len_passdata2, tmplen;
char *greeting_attachment;
char filename[256];
More information about the asterisk-commits
mailing list