mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Debian patch 090-mdb-hexdump-argc
This commit is contained in:
parent
789f7803fc
commit
df4966c847
@ -28,7 +28,7 @@ int main(int argc, char **argv)
|
||||
int jet4 = 0;
|
||||
int pg_size = 2048;
|
||||
|
||||
if (argc < 1) {
|
||||
if (argc < 2) {
|
||||
fprintf(stderr, "Usage: mdb-dump <filename> [<page number>]\n\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user