From ab1110161150fc90a5de632c9b651a63e88a805a Mon Sep 17 00:00:00 2001 From: doggo Date: Thu, 3 Jun 2021 17:36:44 -0500 Subject: [PATCH] Idiot changed the variable name --- include/log_consts.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/log_consts.hpp b/include/log_consts.hpp index ea041e3..55dc7f5 100644 --- a/include/log_consts.hpp +++ b/include/log_consts.hpp @@ -1,5 +1,5 @@ #pragma once -// `max_log_size` must be divisible by `pre_alloc` -constexpr auto max_log_size = 100; -constexpr auto pre_alloc = 10; +// `max_log_size` must be divisible by `pre_log_size` +constexpr auto max_log_size = 100; // Setting to 0 does not compile logging +constexpr auto pre_log_size = 10;