Merged revisions 296467 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r296467 | tilghman | 2010-11-27 04:40:22 -0600 (Sat, 27 Nov 2010) | 12 lines
  
  Merged revisions 296466 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r296466 | tilghman | 2010-11-27 04:39:01 -0600 (Sat, 27 Nov 2010) | 5 lines
    
    18 characters is too short for most date/times (20 is the usual, but we add more in case of greater precision).
    
    (closes issue #18369)
     Reported by: tnakonz
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@296468 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Tilghman Lesher 16 years ago
parent 9b005d5e25
commit 758a671219

@ -3835,8 +3835,8 @@ static struct ast_conference *find_conf_realtime(struct ast_channel *chan, char
struct timeval now;
char recordingfilename[256] = "";
char recordingformat[11] = "";
char currenttime[19] = "";
char eatime[19] = "";
char currenttime[32] = "";
char eatime[32] = "";
char bookid[51] = "";
char recordingtmp[AST_MAX_EXTENSION] = "";
char useropts[OPTIONS_LEN + 1]; /* Used for RealTime conferences */

Loading…
Cancel
Save