Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01b6976

Browse files
committed
Fix unportable use of isspace().
Introduced in commit11a020e.
1 parentd6fa44f commit01b6976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/init/postinit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ pg_split_opts(char **argv, int *argcp, char *optstr)
442442
*/
443443
while (*optstr)
444444
{
445-
if (isspace(*optstr)&& !last_was_escape)
445+
if (isspace((unsignedchar)*optstr)&& !last_was_escape)
446446
break;
447447

448448
if (!last_was_escape&&*optstr=='\\')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp