aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-27 10:40:22 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-27 10:40:22 +0000
commit25be815cd938a5eb5f8f4bed1ce8365b833b9bca (patch)
treeceae5d0535d91cb70c357cc461adf8a5eb179b42 /apps/app_meetme.c
parent451e4c7812d0aafa7c8182113dedc8a4f187a1ae (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.8@296467 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 38ada22a7..16da34963 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -3783,8 +3783,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 */