From a952e9bd5033a37f01be20bc54228149be6f50c4 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Sun, 1 Dec 2019 00:27:30 -0600 Subject: [PATCH] Made buffer and bufferW static --- Doorstop/Proxy/assert_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doorstop/Proxy/assert_util.h b/Doorstop/Proxy/assert_util.h index ec026404..d2d31b46 100644 --- a/Doorstop/Proxy/assert_util.h +++ b/Doorstop/Proxy/assert_util.h @@ -9,8 +9,8 @@ #include static HANDLE log_handle; -char buffer[8192]; -wchar_t bufferW[8192]; +static char buffer[8192]; +static wchar_t bufferW[8192]; inline void init_logger() {