提交 0bc29a01 编写于 作者: S Shengliang Guan

TD-1057

上级 691e4c17
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册