Revert back to upstream 0.6.0 and remove all except for dhcp related
[platform/upstream/toybox.git] / toys / other / hexedit.c
old mode 100644 (file)
new mode 100755 (executable)
index a52d66d..1f6b42e
@@ -137,8 +137,6 @@ 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);