Fix wrong minlen for base uwu
This commit is contained in:
parent
a93b3b3fe5
commit
0917e9c6cb
@ -20,8 +20,8 @@ static auto blockLengthByBase =
|
|||||||
std::make_pair(Configuration::IOBASE_FORMAT::BASE_10, 155),
|
std::make_pair(Configuration::IOBASE_FORMAT::BASE_10, 155),
|
||||||
std::make_pair(Configuration::IOBASE_FORMAT::BASE_16, 128),
|
std::make_pair(Configuration::IOBASE_FORMAT::BASE_16, 128),
|
||||||
std::make_pair(Configuration::IOBASE_FORMAT::BASE_64, 86),
|
std::make_pair(Configuration::IOBASE_FORMAT::BASE_64, 86),
|
||||||
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UWU, 125),
|
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UWU, 81),
|
||||||
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UGH, 125)
|
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UGH, 124)
|
||||||
});
|
});
|
||||||
|
|
||||||
// Actually useful bases
|
// Actually useful bases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user