[Asterisk-cvs] asterisk/apps app_festival.c,1.12,1.13
markster at lists.digium.com
markster at lists.digium.com
Thu Jan 22 15:56:01 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv17497/apps
Modified Files:
app_festival.c
Log Message:
Fix MD5Hex size (bug #883)
Index: app_festival.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_festival.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- app_festival.c 11 Jan 2004 08:32:50 -0000 1.12
+++ app_festival.c 22 Jan 2004 21:47:58 -0000 1.13
@@ -263,7 +263,7 @@
int i;
struct MD5Context md5ctx;
unsigned char MD5Res[16];
- char MD5Hex[32];
+ char MD5Hex[33];
char koko[4];
char cachefile[MAXFESTLEN];
int readcache=0;
More information about the svn-commits
mailing list