512 should be enough, that's the limit of ntfs

This commit is contained in:
berkeviktor@aol.com 2011-01-12 08:33:03 +01:00
parent 4d07655281
commit dac1df0ec8

View File

@ -220,7 +220,7 @@ decrease_max_hash_size ()
{
unsigned long long size;
FILE * file_out;
char buffer[1024];
char buffer[512];
if (config_fail)
{