projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b3ca0
)
Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.
author
Andrew Dunstan
<andrew@dunslane.net>
Sat, 23 Jul 2011 23:33:17 +0000
(19:33 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Sat, 23 Jul 2011 23:33:17 +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 ad7a7da81635bec089769918b9f42ca52d2e6651..aeabe5bf3c37fcecfc70bb13d5ec3ac7afad75f9 100644
(file)
--- a/
src/bin/psql/command.c
+++ b/
src/bin/psql/command.c
@@
-1808,7
+1808,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);