From 0f9d12d506a3b32df126e068f7a9bf427b31ac96 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:18:30 +0200 Subject: [PATCH] Always pad 'build_id' field by 10 This is to maintain alignment, may it ever change. --- r5dev/core/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/core/dllmain.cpp b/r5dev/core/dllmain.cpp index 754c7347..f0622653 100644 --- a/r5dev/core/dllmain.cpp +++ b/r5dev/core/dllmain.cpp @@ -85,7 +85,7 @@ void SDK_Init() } // Log the SDK's 'build_id' under the emblem. - spdlog::info("{:s}+------------------------------------------------[{:d}]-+{:s}\n", + spdlog::info("{:s}+------------------------------------------------[{:010d}]-+{:s}\n", g_svRedF, g_SDKDll.m_pNTHeaders->FileHeader.TimeDateStamp, g_svReset); spdlog::info("\n");