Fix ci issue
This commit is contained in:
parent
8ba93931ca
commit
22f56995fb
@ -1351,7 +1351,7 @@ void fill_expected_sax_pos_ubjson(SAX& sax, const FN& element, const nlohmann::j
|
||||
{
|
||||
++nbytes;
|
||||
}
|
||||
else if (val >= 128 && val <= 255)
|
||||
else if (val <= 255)
|
||||
{
|
||||
use_uint = true;
|
||||
++nbytes;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user