Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

测试程序不能显示命令帮助信息 #14

Closed
gxnokia opened this issue Sep 15, 2017 · 1 comment
Closed

测试程序不能显示命令帮助信息 #14

gxnokia opened this issue Sep 15, 2017 · 1 comment

Comments

@gxnokia
Copy link

gxnokia commented Sep 15, 2017

文件 test_producer_echo_main.cpp L51~L53:
51 if (argc < 1) {
52 ShowUsage(module_name);
53 }
argc不可能小于1,应该改成 argc <= 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@gxnokia and others