fix extra zero, docs and debag

This commit is contained in:
2024-01-24 16:13:03 +03:00
parent 56c207b058
commit d629b24864
3 changed files with 149 additions and 87 deletions

View File

@ -146,7 +146,7 @@ public:
case 2:
for (size_t i = 0; i < s * 8; i++) {
if (i == control) {
str += " ";
str += " ";
control += bitPerByte;
}