We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be5657 commit 1fe626fCopy full SHA for 1fe626f
Release/src/utilities/web_utilities.cpp
@@ -92,7 +92,7 @@ plaintext_string winrt_encryption::decrypt() const
92
win32_encryption::win32_encryption(const std::wstring &data) :
93
m_numCharacters(data.size())
94
{
95
- // Early return because CryptProtectMemory crashs with empty string
+ // Early return because CryptProtectMemory crashes with empty string
96
if (m_numCharacters == 0)
97
98
return;
0 commit comments