diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-12 08:37:09 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-12 08:37:09 +0100 |
commit | e3d44f8829f03f09e15b94dfcf1579ce9e717b77 (patch) | |
tree | 5cbcd4e6f2458ee5c6d083589b951ed0cc51519a /plugins/checksum/checksum.c | |
parent | 05777440d73b2a4d34cc6be26a95137a890cb9c1 (diff) |
meh, for these too
Diffstat (limited to 'plugins/checksum/checksum.c')
-rw-r--r-- | plugins/checksum/checksum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/checksum/checksum.c b/plugins/checksum/checksum.c index a0ce8f9b..93e44b0f 100644 --- a/plugins/checksum/checksum.c +++ b/plugins/checksum/checksum.c @@ -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) |