mirror of
https://github.com/postgres/postgres.git
synced 2026-06-14 19:20:08 -04:00
parent
d6fa44fce7
commit
01b6976c13
1 changed files with 1 additions and 1 deletions
|
|
@ -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 == '\\')
|
||||
|
|
|
|||
Loading…
Reference in a new issue