projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a4888
)
Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.
author
Andrew Dunstan
<andrew@dunslane.net>
Sat, 23 Jul 2011 23:33:04 +0000
(19:33 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Sat, 23 Jul 2011 23:33:04 +0000
(19:33 -0400)
src/bin/psql/command.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/command.c
b/src/bin/psql/command.c
index 091a7a7e86af668de8c546e6c0756522f1d4e52e..afba6b31987c29fc350bb41bdf05b945312d32e6 100644
(file)
--- a/
src/bin/psql/command.c
+++ b/
src/bin/psql/command.c
@@
-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);