[Asterisk-cvs] asterisk/apps app_voicemail.c,1.151.2.19,1.151.2.20
russell at lists.digium.com
russell at lists.digium.com
Tue Jul 12 11:18:59 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv17226/apps
Modified Files:
Tag: v1-0
app_voicemail.c
Log Message:
fix compiler warning (bug #4682)
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.151.2.19
retrieving revision 1.151.2.20
diff -u -d -r1.151.2.19 -r1.151.2.20
--- app_voicemail.c 12 Jul 2005 01:34:16 -0000 1.151.2.19
+++ app_voicemail.c 12 Jul 2005 15:27:09 -0000 1.151.2.20
@@ -2270,7 +2270,7 @@
char callerid[512];
char ext_context[256]="";
int res = 0, cmd = 0;
- struct ast_vm_user *receiver, *extensions = NULL, *vmtmp = NULL, *vmfree;
+ struct ast_vm_user *receiver = NULL, *extensions = NULL, *vmtmp = NULL, *vmfree;
char tmp[256];
char *stringp, *s;
int saved_messages = 0, found = 0;
More information about the svn-commits
mailing list