master
Avril 3 years ago
parent 645500989a
commit 499efe45e8
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -124,7 +124,7 @@ namespace hv {
{
auto rest = memsize % ROW_SZ;
ascii[rest] = 0;
constexpr const char output[3] = { ' ', ' ', ' ' };
constexpr const char output[3] = { ' ' };
for(std::size_t j=0;j< ROW_SZ - rest;j++)
print_exact(output);

Loading…
Cancel
Save