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;