mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-16 02:46:08 -04:00
Fix logic error
This commit is contained in:
@ -150,7 +150,7 @@ bool UrlComponent::Validator::isValid( const UrlComponent &urlPart ) const {
|
||||
}
|
||||
|
||||
if ( c >= 'A' && c <= 'F' ) {
|
||||
hasAlphaNoHexUpper = true;
|
||||
hasAlphaHexUpper = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user