summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/texmf.cnf
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-11 10:01:47 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-04-11 10:01:47 +0000
commit83862d353cdf1a3d0d97c35fb2e5031ca31b3b22 (patch)
tree03756786c02b0167b4f49dc36af9abe597732d90 /Build/source/texk/kpathsea/texmf.cnf
parent717d1f8e302106991da10e5e68a9fe0e8d5e7087 (diff)
Avoid using strcpy() for overlapping strings
TEXEDIT: use texworks instead of vi for Windows git-svn-id: svn://tug.org/texlive/trunk@22043 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/texmf.cnf')
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index f530952fe5f..1cb0ee9b369 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -580,7 +580,8 @@ TEX = etex
% interactive `e' option. %d is replaced by the line number and %s by
% the current filename. The default is specified at compile-time, and
% we let that stay in place since different platforms like different values.
-%TEXEDIT = vi +%d "%s"
+%TEXEDIT = vi +%d '%s' % default for Unix
+%TEXEDIT = texworks --position=+%d "%s" % default for Windows
%MFEDIT = ${TEXEDIT}
%MPEDIT = ${TEXEDIT}