[Asterisk-cvs] asterisk/apps app_voicemail2.c,1.51,1.52

markster at lists.digium.com markster at lists.digium.com
Sun Sep 21 10:22:45 CDT 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv18024/apps

Modified Files:
	app_voicemail2.c 
Log Message:
Merge tilghman's patches


Index: app_voicemail2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail2.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- app_voicemail2.c	20 Sep 2003 04:47:33 -0000	1.51
+++ app_voicemail2.c	21 Sep 2003 15:23:54 -0000	1.52
@@ -1955,7 +1955,7 @@
 	/* Can't think of how other diffs might be helpful, but I'm sure somebody will think of something. */
 #endif
 	if (the_zone)
-		res = ast_say_date_with_format(chan, t, AST_DIGIT_ANY, chan->language, the_zone->msg_format, the_zone->timezone);
+		res = ast_say_date_with_format(chan, t, AST_DIGIT_ANY, chan->language, the_zone->msg_format, &(the_zone->timezone));
 	else
 		res = ast_say_date_with_format(chan, t, AST_DIGIT_ANY, chan->language, "'vm-received' q 'digits/at' IMp", NULL);
 #if 0




More information about the svn-commits mailing list