2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-04 08:29:33 +03:00

buffer increase :]

This commit is contained in:
David Anderson 2004-08-15 01:25:20 +00:00
parent 0db3ec3460
commit 5e3acc30c4

@ -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]);
native md5_file(const file[], md5buffer[34]);