mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
512 should be enough, that's the limit of ntfs
This commit is contained in:
parent
4d07655281
commit
dac1df0ec8
@ -220,7 +220,7 @@ decrease_max_hash_size ()
|
||||
{
|
||||
unsigned long long size;
|
||||
FILE * file_out;
|
||||
char buffer[1024];
|
||||
char buffer[512];
|
||||
|
||||
if (config_fail)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user