mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
labnag: fix segfault caused by providing --timeout as long option
This commit is contained in:
parent
24f39e3a41
commit
268e447572
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