Hiltjo Posthuma <[email protected]> wrote: > Even if trivial: can you describe what it fixes and maybe some simple command > or test-case?
the for statement already increments the pointer - this increments it out of bounds, leading to default: usage() test-case: od -t x
