meh, for these too

This commit is contained in:
berkeviktor@aol.com 2011-01-12 08:37:09 +01:00
parent 05777440d7
commit e3d44f8829
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ init ()
/* check whether the config file exists, if it doesn't, try to create it */
FILE * file_in;
FILE * file_out;
char buffer[1024];
char buffer[512];
snprintf (buffer, sizeof (buffer), "%s/checksum.conf", xchat_get_info (ph, "xchatdirfs"));
@ -144,7 +144,7 @@ static unsigned long long
get_max_hash_size ()
{
FILE * file_in;
char buffer[1024];
char buffer[512];
unsigned long long max_hash_size;
if (config_fail)