command bus fix
This commit is contained in:
parent
6fdb360e2a
commit
1c555e4b96
2 changed files with 5 additions and 5 deletions
4
main.cpp
4
main.cpp
|
@ -116,9 +116,9 @@ static void printHelp(FILE *out,const char *cn)
|
|||
|
||||
static void _CBresultHandler(void *arg,const char *line)
|
||||
{
|
||||
if ((line)&&(line[0]))
|
||||
if ((line)&&(line[0])) {
|
||||
fprintf(stdout,"%s"ZT_EOL_S,line);
|
||||
else *((bool *)arg) = true;
|
||||
} else *((bool *)arg) = true;
|
||||
}
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue