mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix portability problem (result of getopt is int, not char).
This commit is contained in:
@ -45,8 +45,8 @@ char **argv;
|
||||
*src,
|
||||
*dst,
|
||||
quote_char,
|
||||
ch,
|
||||
*cp;
|
||||
int ch;
|
||||
FILE *in_file;
|
||||
|
||||
if ((cp = strrchr(argv[0], '/')) != NULL)
|
||||
|
Reference in New Issue
Block a user