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 c8c8c6a commit fb9cf90Copy full SHA for fb9cf90
src/std/base64.cpp
@@ -21,7 +21,7 @@ bool DecodeBase64 ( const CSphString & sValue, CSphString & sResult )
21
{
22
std::string sVal = sValue.cstr();
23
24
- // Validate base64 characters before attempting decode to avoid crashes in Windows
+ // Validate base64 characters before attempting decode to avoid crashes on Windows
25
// Base64 uses A-Z, a-z, 0-9, +, /, and = for padding
26
if ( sVal.empty() )
27
return false;
0 commit comments