mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
@ -442,7 +442,7 @@ pg_split_opts(char **argv, int *argcp, char *optstr)
|
||||
*/
|
||||
while (*optstr)
|
||||
{
|
||||
if (isspace(*optstr) && !last_was_escape)
|
||||
if (isspace((unsigned char) *optstr) && !last_was_escape)
|
||||
break;
|
||||
|
||||
if (!last_was_escape && *optstr == '\\')
|
||||
|
Reference in New Issue
Block a user