getopt return value changed from char to int (https://github.com/clicon/clixon/issues/58)
This commit is contained in:
parent
39a5086218
commit
d09a8c08aa
12 changed files with 17 additions and 14 deletions
|
|
@ -513,7 +513,7 @@ main(int argc,
|
|||
char *argv0 = argv[0];
|
||||
FCGX_Request request;
|
||||
FCGX_Request *r = &request;
|
||||
char c;
|
||||
int c;
|
||||
char *sockpath;
|
||||
char *path;
|
||||
clicon_handle h;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue