...
This commit is contained in:
parent
2af499da5f
commit
338eb7d0f7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ int on_this_line = 0;
|
|||
kputs(" ");
|
||||
|
||||
for (i = on_this_line; i > 0; i--)
|
||||
kputc(isprint(buf[-i]) ? buf[-i] : '.');
|
||||
kputchar(isprint(buf[-i]) ? buf[-i] : '.');
|
||||
|
||||
kputs("\n");
|
||||
on_this_line = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue