Fix logic error

This commit is contained in:
Ai Lin Chia
2016-05-18 12:49:27 +02:00
parent d0a7c48c1d
commit a24c921547

@ -150,7 +150,7 @@ bool UrlComponent::Validator::isValid( const UrlComponent &urlPart ) const {
}
if ( c >= 'A' && c <= 'F' ) {
hasAlphaNoHexUpper = true;
hasAlphaHexUpper = true;
continue;
}