Skip to content

Commit e399eb7

Browse files
committed
Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.
1 parent 79b3ca0 commit e399eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ editFile(const char *fname, int lineno)
18081808
#else
18091809
if (lineno > 0)
18101810
sprintf(sys, SYSTEMQUOTE "\"%s\" %s%d \"%s\"" SYSTEMQUOTE,
1811-
editorName, editor_lineno_switch, lineno, fname);
1811+
editorName, editor_lineno_arg, lineno, fname);
18121812
else
18131813
sprintf(sys, SYSTEMQUOTE "\"%s\" \"%s\"" SYSTEMQUOTE,
18141814
editorName, fname);

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