Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec645ef

Browse files
committed
Fix bad macro call noticed by MSVC compiler.
1 parent 20bacc9 commit ec645ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/pg_regress.c

+1-1
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)