Fix getopt segfaulting
This commit is contained in:
parent
50cd1f83e8
commit
1f1293e649
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ struct option options[] = {
|
|||
{ "remove", 0, 0, 'r' },
|
||||
{ "read-buffer", 1, NULL, 0x1000},
|
||||
{ "write-buffer", 1, NULL, 0x1001},
|
||||
{ 0 },
|
||||
};
|
||||
|
||||
void do_help(int i)
|
||||
|
|
Loading…
Add table
Reference in a new issue