Fix MD5Hex size (bug #883)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2060 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-01-22 21:47:58 +00:00
parent 8d80f9c624
commit 4fa609e2be

View File

@@ -263,7 +263,7 @@ static int festival_exec(struct ast_channel *chan, void *vdata)
int i;
struct MD5Context md5ctx;
unsigned char MD5Res[16];
char MD5Hex[32];
char MD5Hex[33];
char koko[4];
char cachefile[MAXFESTLEN];
int readcache=0;