From a2203726943bc2180bef567660a7fef195776d52 Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 22 Jan 2004 21:47:58 +0000 Subject: Fix MD5Hex size (bug #883) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2060 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_festival.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_festival.c') diff --git a/apps/app_festival.c b/apps/app_festival.c index cb7225d31..82a819395 100755 --- a/apps/app_festival.c +++ b/apps/app_festival.c @@ -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; -- cgit v1.2.3