aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 59ba74355..4d081d0ff 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -3470,8 +3470,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 */