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

Commitec645ef

Browse files
committed
Fix bad macro call noticed by MSVC compiler.
1 parent20bacc9 commitec645ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
21422142
SYSTEMQUOTE"\"%s\" -C \"%s/%s\" DESTDIR=\"%s/install\" install >> \"%s/log/install.log\" 2>&1"SYSTEMQUOTE,
21432143
makeprog,top_builddir,sl->str,temp_install,outputdir);
21442144
#else
2145-
fprintf(stderr,_("\n%s: --extra-install option not supported on this platform\n",progname));
2145+
fprintf(stderr,_("\n%s: --extra-install option not supported on this platform\n"),progname);
21462146
exit_nicely(2);
21472147
#endif
21482148

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp