aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_festival.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_festival.c')
-rwxr-xr-xapps/app_festival.c2
1 files changed, 1 insertions, 1 deletions
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;