TD-1057
This commit is contained in:
parent
691e4c1700
commit
0bc29a0130
|
@ -251,7 +251,7 @@ typedef struct DemoArguments {
|
|||
|
||||
void parse_args(int argc, char *argv[], SDemoArguments *arguments) {
|
||||
argp_parse(&argp, argc, argv, 0, 0, &arguments);
|
||||
if (arguments.abort) {
|
||||
if (arguments->abort) {
|
||||
#ifndef _ALPINE
|
||||
error(10, 0, "ABORTED");
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue