Fixed type for getopt_long return value.
This commit is contained in:
@@ -121,7 +121,7 @@ int main (int argc, char **argv)
|
||||
int gaps = APPEND;
|
||||
|
||||
/* option variables */
|
||||
char c;
|
||||
int c;
|
||||
/* getopt_long() variables */
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
|
||||
Reference in New Issue
Block a user