mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 14:54:26 -04:00
Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.
This commit is contained in:
parent
70a488878f
commit
552a5c73e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1803,7 +1803,7 @@ editFile(const char *fname, int lineno)
|
|||
#else
|
||||
if (lineno > 0)
|
||||
sprintf(sys, SYSTEMQUOTE "\"%s\" %s%d \"%s\"" SYSTEMQUOTE,
|
||||
editorName, editor_lineno_switch, lineno, fname);
|
||||
editorName, editor_lineno_arg, lineno, fname);
|
||||
else
|
||||
sprintf(sys, SYSTEMQUOTE "\"%s\" \"%s\"" SYSTEMQUOTE,
|
||||
editorName, fname);
|
||||
|
|
|
|||
Loading…
Reference in a new issue