From 15c648d6fafd5991a34596aec7aa02dfd2aa0125 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Tue, 6 Jul 2021 19:03:14 -0700 Subject: [PATCH] :bug: fixed last commit --- ccash_config.hpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccash_config.hpp.in b/ccash_config.hpp.in index 8aee97d..7eae008 100644 --- a/ccash_config.hpp.in +++ b/ccash_config.hpp.in @@ -1,7 +1,7 @@ #pragma once // Setting to 0 does not compile logging (useful for if disk/memory is very valuable) -#define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL @ +#define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL@ //default to minecraft usernames constexpr unsigned min_name_size = 3;