mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Merged revisions 298962 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r298962 | tilghman | 2010-12-17 18:08:57 -0600 (Fri, 17 Dec 2010) | 2 lines Remove backtrace used for testing merge process ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@298963 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3680,8 +3680,6 @@ int ast_say_date_with_format_en(struct ast_channel *chan, time_t t, const char *
|
|||||||
int res=0, offset, sndoffset;
|
int res=0, offset, sndoffset;
|
||||||
char sndfile[256], nextmsg[256];
|
char sndfile[256], nextmsg[256];
|
||||||
|
|
||||||
ast_backtrace();
|
|
||||||
|
|
||||||
if (format == NULL)
|
if (format == NULL)
|
||||||
format = "ABdY 'digits/at' IMp";
|
format = "ABdY 'digits/at' IMp";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user