summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/Security/Encryption.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'csgo-loader/csgo-client/Security/Encryption.cpp')
-rw-r--r--csgo-loader/csgo-client/Security/Encryption.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/csgo-loader/csgo-client/Security/Encryption.cpp b/csgo-loader/csgo-client/Security/Encryption.cpp
index d361d1c..6cf2f7f 100644
--- a/csgo-loader/csgo-client/Security/Encryption.cpp
+++ b/csgo-loader/csgo-client/Security/Encryption.cpp
@@ -569,7 +569,7 @@ namespace Wrapper
if(!CryptAcquireContextA(&m_CryptProvider, nullptr, nullptr, PROV_RSA_AES, 0))
{
if(!CryptAcquireContextA(&m_CryptProvider, nullptr, nullptr, PROV_RSA_AES, CRYPT_NEWKEYSET))
- INFO_ASSERT("Critical failure\nContact an admin with the following code: %08x", GetLastError());
+ INFO_ASSERT(STR("Critical failure\nContact an admin with the following code: %08x"), GetLastError());
}
uint8_t RandomBytes[32];