This commit is contained in:
dockes 2009-10-04 13:25:06 +00:00
parent 6c98de62df
commit 83409a1069

View File

@ -268,7 +268,7 @@ int main(int argc, const char **argv)
case 'c': op_flags |= OPT_c; if (argc < 2) Usage();
cnt = atol(*(++argv)); argc--;
goto b1;
case 'o': op_flags |= OPT_c; if (argc < 2) Usage();
case 'o': op_flags |= OPT_o; if (argc < 2) Usage();
offs = strtoul(*(++argv), 0, 0); argc--;
goto b1;
default: Usage(); break;