meh, for these too
This commit is contained in:
parent
05777440d7
commit
e3d44f8829
@ -120,7 +120,7 @@ init ()
|
|||||||
/* check whether the config file exists, if it doesn't, try to create it */
|
/* check whether the config file exists, if it doesn't, try to create it */
|
||||||
FILE * file_in;
|
FILE * file_in;
|
||||||
FILE * file_out;
|
FILE * file_out;
|
||||||
char buffer[1024];
|
char buffer[512];
|
||||||
|
|
||||||
snprintf (buffer, sizeof (buffer), "%s/checksum.conf", xchat_get_info (ph, "xchatdirfs"));
|
snprintf (buffer, sizeof (buffer), "%s/checksum.conf", xchat_get_info (ph, "xchatdirfs"));
|
||||||
|
|
||||||
@ -144,7 +144,7 @@ static unsigned long long
|
|||||||
get_max_hash_size ()
|
get_max_hash_size ()
|
||||||
{
|
{
|
||||||
FILE * file_in;
|
FILE * file_in;
|
||||||
char buffer[1024];
|
char buffer[512];
|
||||||
unsigned long long max_hash_size;
|
unsigned long long max_hash_size;
|
||||||
|
|
||||||
if (config_fail)
|
if (config_fail)
|
||||||
|
Loading…
Reference in New Issue
Block a user