mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Always pad 'build_id' field by 10
This is to maintain alignment, may it ever change.
This commit is contained in:
parent
a9338455aa
commit
0f9d12d506
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user