mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
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:
@@ -263,7 +263,7 @@ static int festival_exec(struct ast_channel *chan, void *vdata)
|
|||||||
int i;
|
int i;
|
||||||
struct MD5Context md5ctx;
|
struct MD5Context md5ctx;
|
||||||
unsigned char MD5Res[16];
|
unsigned char MD5Res[16];
|
||||||
char MD5Hex[32];
|
char MD5Hex[33];
|
||||||
char koko[4];
|
char koko[4];
|
||||||
char cachefile[MAXFESTLEN];
|
char cachefile[MAXFESTLEN];
|
||||||
int readcache=0;
|
int readcache=0;
|
||||||
|
Reference in New Issue
Block a user