correct type from bool to int :(
parent
c701e4b1c3
commit
af7b8010f8
|
|
@ -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];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue