Skip to content

Commit fb9cf90

Browse files
committed
to push ci
1 parent c8c8c6a commit fb9cf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/base64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bool DecodeBase64 ( const CSphString & sValue, CSphString & sResult )
2121
{
2222
std::string sVal = sValue.cstr();
2323

24-
// Validate base64 characters before attempting decode to avoid crashes in Windows
24+
// Validate base64 characters before attempting decode to avoid crashes on Windows
2525
// Base64 uses A-Z, a-z, 0-9, +, /, and = for padding
2626
if ( sVal.empty() )
2727
return false;

0 commit comments

Comments
 (0)