This commit is contained in:
Shengliang Guan 2020-08-08 14:51:46 +08:00
parent 691e4c1700
commit 0bc29a0130
1 changed files with 1 additions and 1 deletions

View File

@ -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