mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
labnag: fix segfault caused by providing --timeout as long option
This commit is contained in:
parent
ebce406b11
commit
7028e65154
1 changed files with 1 additions and 1 deletions
|
|
@ -1370,7 +1370,7 @@ nag_parse_options(int argc, char **argv, struct nag *nag,
|
|||
{"detailed-button", required_argument, NULL, 'L'},
|
||||
{"message", required_argument, NULL, 'm'},
|
||||
{"output", required_argument, NULL, 'o'},
|
||||
{"timeout", no_argument, NULL, 't'},
|
||||
{"timeout", required_argument, NULL, 't'},
|
||||
{"version", no_argument, NULL, 'v'},
|
||||
|
||||
{"background", required_argument, NULL, TO_COLOR_BACKGROUND},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue