Fix portability problem (result of getopt is int, not char).
This commit is contained in:
parent
bf6992b499
commit
8ff263f362
@ -45,8 +45,8 @@ char **argv;
|
|||||||
*src,
|
*src,
|
||||||
*dst,
|
*dst,
|
||||||
quote_char,
|
quote_char,
|
||||||
ch,
|
|
||||||
*cp;
|
*cp;
|
||||||
|
int ch;
|
||||||
FILE *in_file;
|
FILE *in_file;
|
||||||
|
|
||||||
if ((cp = strrchr(argv[0], '/')) != NULL)
|
if ((cp = strrchr(argv[0], '/')) != NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user