From 5e3acc30c4036b31ca344deb792ef8077865c91b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 15 Aug 2004 01:25:20 +0000 Subject: [PATCH] buffer increase :] --- plugins/include/amxmodx.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 0f6b7f37..920cb761 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -641,7 +641,7 @@ forward inconsistent_file(id,const filename[], reason[64] ); native force_unmodified(force_type, mins[3] , maxs[3], const filename[]); /* Calculates the md5 keysum of a string */ -native md5(const szString[], md5buffer[33]); +native md5(const szString[], md5buffer[34]); /* Calculates the md5 keysum of a file */ -native md5_file(const file[], md5buffer[33]); \ No newline at end of file +native md5_file(const file[], md5buffer[34]); \ No newline at end of file