Fix wrong minlen for base ugh
This commit is contained in:
parent
0917e9c6cb
commit
4c8c45ad04
@ -21,7 +21,7 @@ static auto blockLengthByBase =
|
|||||||
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, 81),
|
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UWU, 81),
|
||||||
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UGH, 124)
|
std::make_pair(Configuration::IOBASE_FORMAT::BASE_UGH, 126)
|
||||||
});
|
});
|
||||||
|
|
||||||
// Actually useful bases
|
// Actually useful bases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user