@@ -6,7 +6,7 @@
#define BUFFER_LENGTH 128
#define LINE_LENGTH 1024
#define HASH_BUCKETS 4000037
#define MIN_COUNT 0
#define MIN_COUNT 10000
void string_ncopy(char *dest, const char *src, size_t max_len) {
size_t i = 0;
The note is not visible to the blocked user.