]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
18 characters is too short for most date/times (20 is the usual, but we add more...
authorTilghman Lesher <tilghman@meg.abyt.es>
Sat, 27 Nov 2010 10:39:01 +0000 (10:39 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sat, 27 Nov 2010 10:39:01 +0000 (10:39 +0000)
(closes issue #18369)
 Reported by: tnakonz

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@296466 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 59ba74355510361f57608835aa5998d92742a13b..4d081d0fff4c58c9a460ae4b8957faf5716e080e 100644 (file)
@@ -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 */