未验证 提交 9f7f8489 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #3015 from taosdata/hotfix/test

[fix bug]
......@@ -250,7 +250,7 @@ typedef struct DemoArguments {
static struct argp argp = {options, parse_opt, 0, 0};
void parse_args(int argc, char *argv[], SDemoArguments *arguments) {
argp_parse(&argp, argc, argv, 0, 0, &arguments);
argp_parse(&argp, argc, argv, 0, 0, arguments);
if (arguments->abort) {
#ifndef _ALPINE
error(10, 0, "ABORTED");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册