mirror of
https://github.com/sheumann/hush.git
synced 2025-08-14 12:25:45 +00:00
hexdump: fixlet for my breakage
This commit is contained in:
@@ -60,7 +60,7 @@ int hexdump_main(int argc, char **argv)
|
|||||||
bb_dump_length = -1;
|
bb_dump_length = -1;
|
||||||
|
|
||||||
while ((ch = getopt(argc, argv, hexdump_opts)) > 0) {
|
while ((ch = getopt(argc, argv, hexdump_opts)) > 0) {
|
||||||
p = strchr(hexdump_opts, ch)
|
p = strchr(hexdump_opts, ch);
|
||||||
if (!p)
|
if (!p)
|
||||||
bb_show_usage();
|
bb_show_usage();
|
||||||
if ((p - hexdump_opts) < 5) {
|
if ((p - hexdump_opts) < 5) {
|
||||||
|
Reference in New Issue
Block a user