mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Oops.
-Erik
This commit is contained in:
parent
94f5e0ba7c
commit
4625240674
2 changed files with 0 additions and 2 deletions
|
|
@ -51,7 +51,6 @@ int loadkmap_main(int argc, char **argv)
|
|||
}
|
||||
|
||||
read(0, buff, 7);
|
||||
printf("buff='%s'\n", buff);
|
||||
if (0 != strncmp(buff, magic, 7)) {
|
||||
fprintf(stderr, "This is not a valid binary keymap.\n");
|
||||
exit(FALSE);
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ int loadkmap_main(int argc, char **argv)
|
|||
}
|
||||
|
||||
read(0, buff, 7);
|
||||
printf("buff='%s'\n", buff);
|
||||
if (0 != strncmp(buff, magic, 7)) {
|
||||
fprintf(stderr, "This is not a valid binary keymap.\n");
|
||||
exit(FALSE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue