diff options
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/hexedit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/other/hexedit.c b/toys/other/hexedit.c index 1f6b42e1..a52d66d4 100644 --- a/toys/other/hexedit.c +++ b/toys/other/hexedit.c @@ -137,6 +137,8 @@ void hexedit_main(void) fd = xopen(*toys.optargs, ro ? O_RDONLY : O_RDWR); char keybuf[16]; + *keybuf = 0; + // Terminal setup TT.height = 25; terminal_size(0, &TT.height); |