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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy