From 00b271f265450850336c8bcfdacc8671dbc8406a Mon Sep 17 00:00:00 2001 From: boris Date: Tue, 1 Jan 2019 20:53:10 +1300 Subject: yah --- csgo-loader/csgo-client/Security/Encryption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csgo-loader/csgo-client/Security/Encryption.cpp') 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]; -- cgit v1.2.3