correct type from bool to int :(

iovec_array
YuQing 2021-05-24 21:11:56 +08:00
parent c701e4b1c3
commit af7b8010f8
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ const char *sf_parse_daemon_mode_and_action_ex(int argc, char *argv[],
{ {
#define CMD_NORMAL_ARG_COUNT 2 #define CMD_NORMAL_ARG_COUNT 2
int i; int i;
bool inc; int inc;
struct { struct {
int argc; int argc;
char *argv[CMD_NORMAL_ARG_COUNT]; char *argv[CMD_NORMAL_ARG_COUNT];